C# Class Hamekoz.Core.ValidationDataException

Inheritance: System.Exception
Afficher le fichier Open project: hamekoz/hamekoz-sharp

Méthodes publiques

Méthode Description
ValidationDataException ( ) : System

Initializes a new instance of the T:ValidationDataException class

ValidationDataException ( string message ) : System

Initializes a new instance of the T:ValidationDataException class

ValidationDataException ( string message, Exception inner ) : System

Initializes a new instance of the T:ValidationDataException class

Méthodes protégées

Méthode Description
ValidationDataException ( System info, System context ) : System

Initializes a new instance of the T:ValidationDataException class

Method Details

ValidationDataException() public méthode

Initializes a new instance of the T:ValidationDataException class
public ValidationDataException ( ) : System
Résultat System

ValidationDataException() protected méthode

Initializes a new instance of the T:ValidationDataException class
protected ValidationDataException ( System info, System context ) : System
info System The object that holds the serialized object data.
context System The contextual information about the source or destination.
Résultat System

ValidationDataException() public méthode

Initializes a new instance of the T:ValidationDataException class
public ValidationDataException ( string message ) : System
message string A that describes the exception.
Résultat System

ValidationDataException() public méthode

Initializes a new instance of the T:ValidationDataException class
public ValidationDataException ( string message, Exception inner ) : System
message string A that describes the exception.
inner System.Exception The exception that is the cause of the current exception.
Résultat System