C# Класс BridgeStack.BridgeException

Наследование: System.Exception, IBridgeException
Показать файл Открыть проект

Открытые методы

Метод Описание
BridgeException ( string message ) : System

Wraps an exception thrown by the bridge.

BridgeException ( string message, Exception e ) : System

Wraps an exception thrown by the bridge.

BridgeException ( string message, Exception e, IApiException details ) : System

Wraps an exception thrown by the bridge.

Описание методов

BridgeException() публичный Метод

Wraps an exception thrown by the bridge.
public BridgeException ( string message ) : System
message string The error message.
Результат System

BridgeException() публичный Метод

Wraps an exception thrown by the bridge.
public BridgeException ( string message, Exception e ) : System
message string The error message.
e System.Exception The exception being wrapped.
Результат System

BridgeException() публичный Метод

Wraps an exception thrown by the bridge.
public BridgeException ( string message, Exception e, IApiException details ) : System
message string The error message.
e System.Exception The exception being wrapped.
details IApiException The API exception details
Результат System