C# Class Chinchilla.ChinchillaException

Inheritance: System.Exception
Afficher le fichier Open project: jonnii/chinchilla

Méthodes publiques

Méthode Description
ChinchillaException ( ) : System
ChinchillaException ( string message ) : System
ChinchillaException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

ChinchillaException() public méthode

public ChinchillaException ( ) : System
Résultat System

ChinchillaException() protected méthode

protected ChinchillaException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ChinchillaException() public méthode

public ChinchillaException ( string message ) : System
message string
Résultat System

ChinchillaException() public méthode

public ChinchillaException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System