C# Class StoryTeller.Engine.StorytellerExecutionException

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

Méthodes publiques

Méthode Description
StorytellerExecutionException ( Exception innerException ) : System

Méthodes protégées

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

Method Details

StorytellerExecutionException() public méthode

public StorytellerExecutionException ( Exception innerException ) : System
innerException System.Exception
Résultat System

StorytellerExecutionException() protected méthode

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