Method | Description | |
---|---|---|
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. |
return | System |
public BridgeException ( string message, |
||
message | string | The error message. |
e | The exception being wrapped. | |
return | System |
public BridgeException ( string message, |
||
message | string | The error message. |
e | The exception being wrapped. | |
details | IApiException | The API exception details |
return | System |