C# Class Prebuild.Core.FatalException

Inheritance: System.Exception
Show file Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
FatalException ( ) : System

Initializes a new instance of the FatalException class.

FatalException ( string format ) : System

Initializes a new instance of the FatalException class.

FatalException ( string message, Exception exception ) : System

Protected Methods

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

Method Details

FatalException() public method

Initializes a new instance of the FatalException class.
public FatalException ( ) : System
return System

FatalException() protected method

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

FatalException() public method

Initializes a new instance of the FatalException class.
public FatalException ( string format ) : System
format string The format.
return System

FatalException() public method

public FatalException ( string message, Exception exception ) : System
message string
exception System.Exception
return System