Свойство | Тип | Описание | |
---|---|---|---|
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 |