C# Class Lawo.EmberPlusSharp.S101.S101Exception

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

Méthodes publiques

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

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

S101Exception() public méthode

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

S101Exception() public méthode

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