C# Class System.ArgumentPropertyNullException

Inheritance: ArgumentException
Afficher le fichier Open project: atc-net/atc

Méthodes publiques

Méthode Description
ArgumentPropertyNullException ( ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the ArgumentPropertyNullException class.

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

Initializes a new instance of the ArgumentPropertyNullException class.

Private Methods

Méthode Description
ArgumentPropertyNullException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException ( string paramName ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException ( string paramName, string message ) : System.Diagnostics.CodeAnalysis

Method Details

ArgumentPropertyNullException() public méthode

Initializes a new instance of the ArgumentPropertyNullException class.
public ArgumentPropertyNullException ( ) : System.Diagnostics.CodeAnalysis
Résultat System.Diagnostics.CodeAnalysis

ArgumentPropertyNullException() public méthode

Initializes a new instance of the ArgumentPropertyNullException class.
public ArgumentPropertyNullException ( 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.
Résultat System.Diagnostics.CodeAnalysis