C# Class Amss.Boilerplate.Common.Exceptions.RootException

Inheritance: System.Exception
Datei anzeigen Open project: quadio/amss-boilerplate

Public Methods

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

Protected Methods

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

Method Details

RootException() public method

public RootException ( ) : System
return System

RootException() protected method

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

RootException() public method

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

RootException() public method

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