Click or drag to resize

CodedArgumentOutOfRangeException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCodedArgumentOutOfRangeException
Initializes a new instance of the CodedArgumentOutOfRangeException class.
Public methodCodedArgumentOutOfRangeException(Int32)
Initializes a new instance of the CodedArgumentOutOfRangeException class with a specified HRESULT value and a system-supplied message that describes the error.
Public methodCodedArgumentOutOfRangeException(String)
Initializes a new instance of the CodedArgumentOutOfRangeException class with the name of the parameter that causes this exception.
Public methodCodedArgumentOutOfRangeException(Int32, String)
Initializes a new instance of the CodedArgumentOutOfRangeException class with a specified HRESULT value and the name of the parameter that causes this exception.
Protected methodCodedArgumentOutOfRangeException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedArgumentOutOfRangeException class with serialized data.
Public methodCodedArgumentOutOfRangeException(String, Exception)
Initializes a new instance of the CodedArgumentOutOfRangeException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedArgumentOutOfRangeException(String, String)
Initializes a new instance of the CodedArgumentOutOfRangeException class with a specified error message and the name of the parameter that causes this exception.
Public methodCodedArgumentOutOfRangeException(Int32, String, Exception)
Initializes a new instance of the CodedArgumentOutOfRangeException class with a specified HRESULT value, an error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedArgumentOutOfRangeException(Int32, String, String)
Initializes a new instance of the CodedArgumentOutOfRangeException class with a specified HRESULT value, an error message and the name of the parameter that causes this exception.
Public methodCodedArgumentOutOfRangeException(String, Object, String)
Initializes a new instance of the CodedArgumentOutOfRangeException class with the parameter name, the value of the argument, and a specified error message.
Public methodCodedArgumentOutOfRangeException(Int32, String, Object, String)
Initializes a new instance of the CodedArgumentOutOfRangeException class with a specified HRESULT value, the parameter name, the value of the argument, and a specified error message.
Top
See Also