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

系统未知错误
Inheritance: System.Exception
Mostrar archivo Open project: heavis/Documentor_V01R01

Public Methods

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

Method Details

UnknownException() public method

public UnknownException ( ) : System
return System

UnknownException() public method

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

UnknownException() public method

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