C# Class SpeakFriend.Utilities.SpeakLibException

Inheritance: System.Exception
Show file Open project: teamaton/speak-lib

Public Methods

Method Description
SpeakLibException ( ) : System
SpeakLibException ( string message ) : System
SpeakLibException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

SpeakLibException() public method

public SpeakLibException ( ) : System
return System

SpeakLibException() protected method

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

SpeakLibException() public method

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

SpeakLibException() public method

public SpeakLibException ( string message, Exception inner ) : System
message string
inner System.Exception
return System