프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |
|
리턴 | 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 |
리턴 | System |