C# Class Lawo.EmberPlusSharp.Ember.EmberException

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the EmberException class.
public EmberException ( ) : System
Résultat System

EmberException() public méthode

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

EmberException() public méthode

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