C# Class Switcheroo.Exceptions.ToggleFrozenException

Inheritance: System.Exception
Mostrar archivo Open project: rhanekom/Switcheroo

Public Methods

Method Description
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.

Protected Methods

Method Description
ToggleFrozenException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ToggleFrozenException class.

Method Details

ToggleFrozenException() public method

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

ToggleFrozenException() protected method

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.
return System

ToggleFrozenException() public method

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

ToggleFrozenException() public method

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