C# Class StoryTeller.InDeterminateSystemTypeException

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

Public Methods

Method Description
InDeterminateSystemTypeException ( IEnumerable candidates ) : System
ToMessage ( IEnumerable candidates ) : string

Protected Methods

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

Method Details

InDeterminateSystemTypeException() public method

public InDeterminateSystemTypeException ( IEnumerable candidates ) : System
candidates IEnumerable
return System

InDeterminateSystemTypeException() protected method

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

ToMessage() public static method

public static ToMessage ( IEnumerable candidates ) : string
candidates IEnumerable
return string