C# Class Switcheroo.Exceptions.ToggleFrozenException

Inheritance: System.Exception
Afficher le fichier Open project: rhanekom/Switcheroo

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
ToggleFrozenException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ToggleFrozenException class.

Method Details

ToggleFrozenException() public méthode

Initializes a new instance of the ToggleFrozenException class.
public ToggleFrozenException ( ) : System
Résultat System

ToggleFrozenException() protected méthode

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.
Résultat System

ToggleFrozenException() public méthode

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

ToggleFrozenException() public méthode

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