C# Class System.Data.SqlTypes.SqlNotFilledException

Inheritance: SqlTypeException
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
SqlNotFilledException ( ) : System.Runtime.Serialization
SqlNotFilledException ( string message ) : System.Runtime.Serialization
SqlNotFilledException ( string message, Exception e ) : System.Runtime.Serialization

Private Methods

Method Description
SqlNotFilledException ( SerializationInfo si, StreamingContext sc ) : System.Runtime.Serialization

Method Details

SqlNotFilledException() public method

public SqlNotFilledException ( ) : System.Runtime.Serialization
return System.Runtime.Serialization

SqlNotFilledException() public method

public SqlNotFilledException ( string message ) : System.Runtime.Serialization
message string
return System.Runtime.Serialization

SqlNotFilledException() public method

public SqlNotFilledException ( string message, Exception e ) : System.Runtime.Serialization
message string
e Exception
return System.Runtime.Serialization