C# 클래스 BuildLight.Core.CodeContracts.PreconditionException

상속: System.Exception
파일 보기 프로젝트 열기: SouthsideSoftware/BuildLight

공개 메소드들

메소드 설명
PreconditionException ( ) : System

Default constructor

PreconditionException ( string message ) : System

Constructor with error message.

PreconditionException ( string message, Exception inner ) : System

Constructior with error message and inner exception.

보호된 메소드들

메소드 설명
PreconditionException ( SerializationInfo info, StreamingContext context ) : System

Constructor used in serialization.

메소드 상세

PreconditionException() 공개 메소드

Default constructor
public PreconditionException ( ) : System
리턴 System

PreconditionException() 보호된 메소드

Constructor used in serialization.
protected PreconditionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization information.
context System.Runtime.Serialization.StreamingContext Serialization context.
리턴 System

PreconditionException() 공개 메소드

Constructor with error message.
public PreconditionException ( string message ) : System
message string The error message.
리턴 System

PreconditionException() 공개 메소드

Constructior with error message and inner exception.
public PreconditionException ( string message, Exception inner ) : System
message string The error message.
inner System.Exception The inner exception.
리턴 System