C# Class EventCentric.Messaging.FatalErrorException

Inheritance: System.Exception
Show file Open project: Narvalex/EventCentric

Public Methods

Method Description
FatalErrorException ( ) : System
FatalErrorException ( SerializationInfo info, StreamingContext context ) : System
FatalErrorException ( string message ) : System
FatalErrorException ( string message, Exception inner ) : System

Method Details

FatalErrorException() public method

public FatalErrorException ( ) : System
return System

FatalErrorException() public method

public FatalErrorException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

FatalErrorException() public method

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

FatalErrorException() public method

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