C# Class StoryTeller.StorytellerAssertionException

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

Public Methods

Method Description
StorytellerAssertionException ( ) : System
StorytellerAssertionException ( string message ) : System
ToString ( ) : string

Protected Methods

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

Method Details

StorytellerAssertionException() public method

public StorytellerAssertionException ( ) : System
return System

StorytellerAssertionException() protected method

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

StorytellerAssertionException() public method

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

ToString() public method

public ToString ( ) : string
return string