C# 클래스 VxSqlException, versaplex

상속: VxRequestException
파일 보기 프로젝트 열기: apenwarr/versaplex

공개 메소드들

메소드 설명
ContainsSqlError ( int errno ) : bool
VxSqlException ( ) : System
VxSqlException ( SerializationInfo si, StreamingContext sc ) : System
VxSqlException ( string msg ) : System
VxSqlException ( string msg, Exception inner ) : System

메소드 상세

ContainsSqlError() 공개 메소드

public ContainsSqlError ( int errno ) : bool
errno int
리턴 bool

VxSqlException() 공개 메소드

public VxSqlException ( ) : System
리턴 System

VxSqlException() 공개 메소드

public VxSqlException ( SerializationInfo si, StreamingContext sc ) : System
si SerializationInfo
sc StreamingContext
리턴 System

VxSqlException() 공개 메소드

public VxSqlException ( string msg ) : System
msg string
리턴 System

VxSqlException() 공개 메소드

public VxSqlException ( string msg, Exception inner ) : System
msg string
inner Exception
리턴 System