C# Класс Lawo.EmberPlusSharp.Ember.EmberException

The exception that is thrown when an error occurs while parsing EmBER-encoded data.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
EmberException ( ) : System

Initializes a new instance of the EmberException class.

EmberException ( string message ) : System

Initializes a new instance of the EmberException class.

EmberException ( string message, Exception innerException ) : System

Initializes a new instance of the EmberException class.

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

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

Initializes a new instance of the EmberException class.
public EmberException ( ) : System
Результат System

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

Initializes a new instance of the EmberException class.
public EmberException ( string message ) : System
message string
Результат System

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

Initializes a new instance of the EmberException class.
public EmberException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System