Property | Type | Description |
---|
Method | Description | |
---|---|---|
ToString ( ) : string |
Return string that represent current object
|
|
XdsError ( ) : System |
Constructor
|
|
XdsError ( |
Initialize a new instance of XdsError with Exception
|
|
XdsError ( int code, string msg, string stackTrace, string source ) : System |
Constructor
|
public XdsError ( |
||
ex | instance of |
|
return | System |
public XdsError ( int code, string msg, string stackTrace, string source ) : System | ||
code | int | Error code |
msg | string | Error message |
stackTrace | string | Stack trace |
source | string | Error source |
return | System |