C# Class BBT.StructureTools.StructureToolsException

Inheritance: ApplicationException
Afficher le fichier Open project: bbtsoftware/BBT.StructureTools

Méthodes publiques

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

Méthodes protégées

Méthode Description
StructureToolsException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the StructureToolsException class.

Method Details

StructureToolsException() public méthode

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

StructureToolsException() protected méthode

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.
Résultat System

StructureToolsException() public méthode

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

StructureToolsException() public méthode

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.
Résultat System