C# Class Lawo.EmberPlusSharp.S101.S101Exception

The exception that is thrown when an error occurs while parsing S101-encoded data.
Inheritance: System.Exception
Mostra file Open project: Lawo/ember-plus-sharp

Public Methods

Method Description
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.

Method Details

S101Exception() public method

Initializes a new instance of the S101Exception class.
public S101Exception ( ) : System
return System

S101Exception() public method

Initializes a new instance of the S101Exception class.
public S101Exception ( string message ) : System
message string
return System

S101Exception() public method

Initializes a new instance of the S101Exception class.
public S101Exception ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System