C# Класс Lawo.EmberPlusSharp.S101.S101Exception

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

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

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

Initializes a new instance of the S101Exception class.

S101Exception ( string message ) : System

Initializes a new instance of the S101Exception class.

S101Exception ( string message, Exception innerException ) : System

Initializes a new instance of the S101Exception class.

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

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

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

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

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

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

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