C# Class Prebuild.Core.FatalException

Inheritance: System.Exception
Afficher le fichier Open project: aurora-sim/Aurora-Libs

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FatalException ( SerializationInfo info, StreamingContext context ) : System

Method Details

FatalException() public méthode

Initializes a new instance of the FatalException class.
public FatalException ( ) : System
Résultat System

FatalException() protected méthode

protected FatalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

FatalException() public méthode

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

FatalException() public méthode

public FatalException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System