C# Class HeaviSoft.FrameworkBase.Core.ExpcetionEx.FatalException

系统中断错误
Inheritance: System.Exception
Afficher le fichier Open project: heavis/Documentor_V01R01

Méthodes publiques

Méthode Description
FatalException ( ) : System
FatalException ( string message ) : System
FatalException ( string message, Exception ex ) : System

Method Details

FatalException() public méthode

public FatalException ( ) : System
Résultat System

FatalException() public méthode

public FatalException ( string message ) : System
message string
Résultat System

FatalException() public méthode

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