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

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

Méthodes publiques

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

Method Details

UnknownException() public méthode

public UnknownException ( ) : System
Résultat System

UnknownException() public méthode

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

UnknownException() public méthode

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