C# Class StoryTeller.Engine.StorytellerExecutionException

Inheritance: System.Exception
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
StorytellerExecutionException ( Exception innerException ) : System

Protected Methods

Method Description
StorytellerExecutionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

StorytellerExecutionException() public method

public StorytellerExecutionException ( Exception innerException ) : System
innerException System.Exception
return System

StorytellerExecutionException() protected method

protected StorytellerExecutionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System