메소드 | 설명 | |
---|---|---|
BridgeException ( string message ) : System |
Wraps an exception thrown by the bridge.
|
|
BridgeException ( string message, |
Wraps an exception thrown by the bridge.
|
|
BridgeException ( string message, |
Wraps an exception thrown by the bridge.
|
public BridgeException ( string message ) : System | ||
message | string | The error message. |
리턴 | System |
public BridgeException ( string message, |
||
message | string | The error message. |
e | The exception being wrapped. | |
리턴 | System |
public BridgeException ( string message, |
||
message | string | The error message. |
e | The exception being wrapped. | |
details | IApiException | The API exception details |
리턴 | System |