C# 클래스 VxConfigException, versaplex

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

공개 메소드들

메소드 설명
VxConfigException ( ) : System
VxConfigException ( SerializationInfo si, StreamingContext sc ) : System
VxConfigException ( string msg ) : System
VxConfigException ( string msg, Exception inner ) : System

메소드 상세

VxConfigException() 공개 메소드

public VxConfigException ( ) : System
리턴 System

VxConfigException() 공개 메소드

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

VxConfigException() 공개 메소드

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

VxConfigException() 공개 메소드

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