C# Class StoryTeller.StorytellerCatastrophicException

Inheritance: System.Exception
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
StorytellerCatastrophicException ( ) : System
StorytellerCatastrophicException ( string message ) : System
StorytellerCatastrophicException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

StorytellerCatastrophicException() public méthode

public StorytellerCatastrophicException ( ) : System
Résultat System

StorytellerCatastrophicException() protected méthode

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

StorytellerCatastrophicException() public méthode

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

StorytellerCatastrophicException() public méthode

public StorytellerCatastrophicException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System