C# Class StoryTeller.StorytellerCriticalException

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

Public Methods

Method Description
StorytellerCriticalException ( ) : System
StorytellerCriticalException ( string message ) : System
StorytellerCriticalException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

StorytellerCriticalException() public method

public StorytellerCriticalException ( ) : System
return System

StorytellerCriticalException() protected method

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

StorytellerCriticalException() public method

public StorytellerCriticalException ( string message ) : System
message string
return System

StorytellerCriticalException() public method

public StorytellerCriticalException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System