C# Class Mike.Spikes.DelegateExceptions.DelegateExperimentException

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

Public Methods

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

Protected Methods

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

Method Details

DelegateExperimentException() public method

public DelegateExperimentException ( ) : System
return System

DelegateExperimentException() protected method

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

DelegateExperimentException() public method

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

DelegateExperimentException() public method

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