C# Class Tortuga.Chain.SqlServer.MetadataException

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

Méthodes publiques

Méthode Description
MetadataException ( ) : System

Initializes a new instance of the MetadataException class.

MetadataException ( string message ) : System

Initializes a new instance of the MetadataException class.

MetadataException ( string message, Exception innerException ) : System

Initializes a new instance of the MetadataException class.

Méthodes protégées

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

Initializes a new instance of the MetadataException class.

Method Details

MetadataException() public méthode

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

MetadataException() protected méthode

Initializes a new instance of the MetadataException class.
protected MetadataException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Résultat System

MetadataException() public méthode

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

MetadataException() public méthode

Initializes a new instance of the MetadataException class.
public MetadataException ( 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, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Résultat System