Click or drag to resize

CodedArgumentNullOrWhiteSpaceException Constructor

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

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