C# 클래스 BBT.StructureTools.StructureToolsException

상속: ApplicationException
파일 보기 프로젝트 열기: bbtsoftware/BBT.StructureTools

공개 메소드들

메소드 설명
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