C# Class numl.Model.DescriptorException

Descriptor Exception.
Inheritance: System.Exception
Mostra file Open project: sethjuarez/numl

Public Methods

Method 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 method

Default constructor.
public DescriptorException ( ) : System
return System

DescriptorException() public method

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

DescriptorException() public method

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.
return System