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

启动异常
Inheritance: System.Exception
ファイルを表示 Open project: heavis/Documentor_V01R01

Public Methods

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

Method Details

StartupException() public method

public StartupException ( ) : System
return System

StartupException() public method

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

StartupException() public method

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