C# Class Mike.Spikes.ExceptionHandling.ExceptionHandlingDemoException

Inheritance: System.Exception
ファイルを表示 Open project: mikehadlow/Mike.Spikes

Public Methods

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

Protected Methods

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

Method Details

ExceptionHandlingDemoException() public method

public ExceptionHandlingDemoException ( ) : System
return System

ExceptionHandlingDemoException() protected method

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

ExceptionHandlingDemoException() public method

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

ExceptionHandlingDemoException() public method

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