C# Class Amido.Common.Exceptions.RecoverableException

Inheritance: System.Exception
Datei anzeigen Open project: amido/Amido.PreProcessor

Public Methods

Method Description
RecoverableException ( ) : System
RecoverableException ( string message ) : System
RecoverableException ( string message, Exception innerException ) : System

Protected Methods

Method Description
RecoverableException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

RecoverableException() public method

public RecoverableException ( ) : System
return System

RecoverableException() protected method

protected RecoverableException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System

RecoverableException() public method

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

RecoverableException() public method

public RecoverableException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System