프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public VxRequestException ( string errortype ) : System | ||
errortype | string | |
리턴 | System |
public VxRequestException ( string errortype, SerializationInfo si, StreamingContext sc ) : System | ||
errortype | string | |
si | SerializationInfo | |
sc | StreamingContext | |
리턴 | System |
public VxRequestException ( string errortype, string msg ) : System | ||
errortype | string | |
msg | string | |
리턴 | System |
public VxRequestException ( string errortype, string msg, Exception inner ) : System | ||
errortype | string | |
msg | string | |
inner | Exception | |
리턴 | System |