Property | Type | Description | |
---|---|---|---|
DBusErrorType | string |
Method | Description | |
---|---|---|
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 | |
return | System |
public VxRequestException ( string errortype, SerializationInfo si, StreamingContext sc ) : System | ||
errortype | string | |
si | SerializationInfo | |
sc | StreamingContext | |
return | System |
public VxRequestException ( string errortype, string msg ) : System | ||
errortype | string | |
msg | string | |
return | System |
public VxRequestException ( string errortype, string msg, Exception inner ) : System | ||
errortype | string | |
msg | string | |
inner | Exception | |
return | System |