C# Class VxRequestException, versaplex

Inheritance: Exception
显示文件 Open project: apenwarr/versaplex

Public Properties

Property Type Description
DBusErrorType string

Public Methods

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

Method Details

VxRequestException() public method

public VxRequestException ( string errortype ) : System
errortype string
return System

VxRequestException() public method

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

VxRequestException() public method

public VxRequestException ( string errortype, string msg ) : System
errortype string
msg string
return System

VxRequestException() public method

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

Property Details

DBusErrorType public_oe property

public string DBusErrorType
return string