C# Class BBT.StructureTools.StructureToolsException

Inheritance: ApplicationException
Show file Open project: bbtsoftware/BBT.StructureTools

Public Methods

Method Description
StructureToolsException ( ) : System

Initializes a new instance of the StructureToolsException class.

StructureToolsException ( string message ) : System

Initializes a new instance of the StructureToolsException class.

StructureToolsException ( string message, Exception innerException ) : System

Initializes a new instance of the StructureToolsException class.

Protected Methods

Method Description
StructureToolsException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the StructureToolsException class.

Method Details

StructureToolsException() public method

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

StructureToolsException() protected method

Initializes a new instance of the StructureToolsException class.
protected StructureToolsException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The object that holds the serialized object data.
context StreamingContext The contextual information about the source or destination.
return System

StructureToolsException() public method

Initializes a new instance of the StructureToolsException class.
public StructureToolsException ( string message ) : System
message string A message that describes the error.
return System

StructureToolsException() public method

Initializes a new instance of the StructureToolsException class.
public StructureToolsException ( string message, Exception innerException ) : System
message string The error message that explains the reason for the exception.
innerException Exception The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
return System