C# Class numl.Model.DescriptorException

Descriptor Exception.
Inheritance: System.Exception
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
DescriptorException ( ) : System

Default constructor.

DescriptorException ( string message ) : System

Specialised constructor for use only by derived classes.

DescriptorException ( string message, Exception innerException ) : System

Specialised constructor for use only by derived classes.

Method Details

DescriptorException() public méthode

Default constructor.
public DescriptorException ( ) : System
Résultat System

DescriptorException() public méthode

Specialised constructor for use only by derived classes.
public DescriptorException ( string message ) : System
message string The message.
Résultat System

DescriptorException() public méthode

Specialised constructor for use only by derived classes.
public DescriptorException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System