C# Class System.Data.SqlTypes.SqlNotFilledException

Inheritance: SqlTypeException
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
SqlNotFilledException ( ) : System.Runtime.Serialization
SqlNotFilledException ( string message ) : System.Runtime.Serialization
SqlNotFilledException ( string message, Exception e ) : System.Runtime.Serialization

Private Methods

Méthode Description
SqlNotFilledException ( SerializationInfo si, StreamingContext sc ) : System.Runtime.Serialization

Method Details

SqlNotFilledException() public méthode

public SqlNotFilledException ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization

SqlNotFilledException() public méthode

public SqlNotFilledException ( string message ) : System.Runtime.Serialization
message string
Résultat System.Runtime.Serialization

SqlNotFilledException() public méthode

public SqlNotFilledException ( string message, Exception e ) : System.Runtime.Serialization
message string
e Exception
Résultat System.Runtime.Serialization