C# 클래스 Switcheroo.Exceptions.ToggleFrozenException

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

공개 메소드들

메소드 설명
ToggleFrozenException ( ) : System

Initializes a new instance of the ToggleFrozenException class.

ToggleFrozenException ( string message ) : System

Initializes a new instance of the ToggleFrozenException class.

ToggleFrozenException ( string message, Exception inner ) : System

Initializes a new instance of the ToggleFrozenException class.

보호된 메소드들

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

Initializes a new instance of the ToggleFrozenException class.

메소드 상세

ToggleFrozenException() 공개 메소드

Initializes a new instance of the ToggleFrozenException class.
public ToggleFrozenException ( ) : System
리턴 System

ToggleFrozenException() 보호된 메소드

Initializes a new instance of the ToggleFrozenException class.
protected ToggleFrozenException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
리턴 System

ToggleFrozenException() 공개 메소드

Initializes a new instance of the ToggleFrozenException class.
public ToggleFrozenException ( string message ) : System
message string The message.
리턴 System

ToggleFrozenException() 공개 메소드

Initializes a new instance of the ToggleFrozenException class.
public ToggleFrozenException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
리턴 System