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

系统中断错误
Inheritance: System.Exception
Exibir arquivo Open project: heavis/Documentor_V01R01

Public Methods

Method Description
FatalException ( ) : System
FatalException ( string message ) : System
FatalException ( string message, Exception ex ) : System

Method Details

FatalException() public method

public FatalException ( ) : System
return System

FatalException() public method

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

FatalException() public method

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