C# Class VxRequestException, versaplex

Inheritance: Exception
Afficher le fichier Open project: apenwarr/versaplex

Méthodes publiques

Свойство Type Description
DBusErrorType string

Méthodes publiques

Méthode 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

Method Details

VxRequestException() public méthode

public VxRequestException ( string errortype ) : System
errortype string
Résultat System

VxRequestException() public méthode

public VxRequestException ( string errortype, SerializationInfo si, StreamingContext sc ) : System
errortype string
si SerializationInfo
sc StreamingContext
Résultat System

VxRequestException() public méthode

public VxRequestException ( string errortype, string msg ) : System
errortype string
msg string
Résultat System

VxRequestException() public méthode

public VxRequestException ( string errortype, string msg, Exception inner ) : System
errortype string
msg string
inner Exception
Résultat System

Property Details

DBusErrorType public_oe property

public string DBusErrorType
Résultat string