C# Class nDump.nDumpApplicationException

Inheritance: System.ApplicationException
Afficher le fichier Open project: SteveMoyer/nDump

Méthodes publiques

Méthode Description
nDumpApplicationException ( string message ) : System
nDumpApplicationException ( string message, Exception innerException ) : System

Method Details

nDumpApplicationException() public méthode

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

nDumpApplicationException() public méthode

public nDumpApplicationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System