C# 클래스 VxRequestException, versaplex

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

공개 프로퍼티들

프로퍼티 타입 설명
DBusErrorType string

공개 메소드들

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

메소드 상세

VxRequestException() 공개 메소드

public VxRequestException ( string errortype ) : System
errortype string
리턴 System

VxRequestException() 공개 메소드

public VxRequestException ( string errortype, SerializationInfo si, StreamingContext sc ) : System
errortype string
si SerializationInfo
sc StreamingContext
리턴 System

VxRequestException() 공개 메소드

public VxRequestException ( string errortype, string msg ) : System
errortype string
msg string
리턴 System

VxRequestException() 공개 메소드

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

프로퍼티 상세

DBusErrorType 공개적으로 프로퍼티

public string DBusErrorType
리턴 string