C# 클래스 System.Data.SqlTypes.SqlNotFilledException

상속: SqlTypeException
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
SqlNotFilledException ( ) : System.Runtime.Serialization
SqlNotFilledException ( string message ) : System.Runtime.Serialization
SqlNotFilledException ( string message, Exception e ) : System.Runtime.Serialization

비공개 메소드들

메소드 설명
SqlNotFilledException ( SerializationInfo si, StreamingContext sc ) : System.Runtime.Serialization

메소드 상세

SqlNotFilledException() 공개 메소드

public SqlNotFilledException ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

SqlNotFilledException() 공개 메소드

public SqlNotFilledException ( string message ) : System.Runtime.Serialization
message string
리턴 System.Runtime.Serialization

SqlNotFilledException() 공개 메소드

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