C# Class StoryTeller.StorytellerCriticalException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

StorytellerCriticalException() public méthode

public StorytellerCriticalException ( ) : System
Résultat System

StorytellerCriticalException() protected méthode

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

StorytellerCriticalException() public méthode

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

StorytellerCriticalException() public méthode

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