C# Class System.ArgumentPropertyException

Inheritance: ArgumentException
Show file Open project: atc-net/atc

Public Methods

Method Description
ArgumentPropertyException ( ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the ArgumentPropertyException class.

ArgumentPropertyException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the ArgumentPropertyException class.

Private Methods

Method Description
ArgumentPropertyException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyException ( string paramName ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyException ( string message, string paramName ) : System.Diagnostics.CodeAnalysis

Method Details

ArgumentPropertyException() public method

Initializes a new instance of the ArgumentPropertyException class.
public ArgumentPropertyException ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis

ArgumentPropertyException() public method

Initializes a new instance of the ArgumentPropertyException class.
public ArgumentPropertyException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis
message string The error message that explains the reason for the exception.
innerException Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
return System.Diagnostics.CodeAnalysis