C# Class Tortuga.Chain.UnexpectedDataException

Inheritance: System.Data.DataException
Afficher le fichier Open project: docevaad/Chain

Méthodes publiques

Méthode Description
UnexpectedDataException ( ) : System

Initializes a new instance of the UnexpectedDataException class.

UnexpectedDataException ( string message ) : System

Initializes a new instance of the UnexpectedDataException class.

UnexpectedDataException ( string message, Exception innerException ) : System

Initializes a new instance of the UnexpectedDataException class.

Méthodes protégées

Méthode Description
UnexpectedDataException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the UnexpectedDataException class.

Method Details

UnexpectedDataException() public méthode

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

UnexpectedDataException() protected méthode

Initializes a new instance of the UnexpectedDataException class.
protected UnexpectedDataException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The data necessary to serialize or deserialize an object.
context System.Runtime.Serialization.StreamingContext Description of the source and destination of the specified serialized stream.
Résultat System

UnexpectedDataException() public méthode

Initializes a new instance of the UnexpectedDataException class.
public UnexpectedDataException ( string message ) : System
message string The message that describes the error.
Résultat System

UnexpectedDataException() public méthode

Initializes a new instance of the UnexpectedDataException class.
public UnexpectedDataException ( string message, Exception innerException ) : System
message string The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception. If the parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
Résultat System