C# Class Kamsar.WebConsole.MvcSamples.Models.BadJokeException

Inheritance: System.Exception
Mostra file Open project: kamsar/Kamsar.WebConsole

Public Methods

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

Protected Methods

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

Method Details

BadJokeException() public method

public BadJokeException ( ) : System
return System

BadJokeException() protected method

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

BadJokeException() public method

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

BadJokeException() public method

public BadJokeException ( string message, Exception inner ) : System
message string
inner Exception
return System