C# Class Lawo.EmberPlusSharp.Ember.EmberException

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

Public Methods

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

Method Details

EmberException() public method

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

EmberException() public method

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

EmberException() public method

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