C# Class Loggly.LogglyException

Inheritance: System.Exception
Afficher le fichier Open project: EAAppFoundry/loggly-csharp Class Usage Examples

Méthodes publiques

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

Method Details

LogglyException() public méthode

public LogglyException ( ) : System
Résultat System

LogglyException() public méthode

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

LogglyException() public méthode

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