C# Класс BBT.StructureTools.StructureToolsException

Наследование: ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
StructureToolsException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the StructureToolsException class.

Описание методов

StructureToolsException() публичный Метод

Initializes a new instance of the StructureToolsException class.
public StructureToolsException ( ) : System
Результат System

StructureToolsException() защищенный Метод

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.
Результат System

StructureToolsException() публичный Метод

Initializes a new instance of the StructureToolsException class.
public StructureToolsException ( string message ) : System
message string A message that describes the error.
Результат System

StructureToolsException() публичный Метод

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.
Результат System