C# Class Loggly.LogglyException

Inheritance: System.Exception
Mostra file Open project: EAAppFoundry/loggly-csharp Class Usage Examples

Public Methods

Method Description
LogglyException ( ) : System
LogglyException ( string message ) : System
LogglyException ( string message, Exception innerException ) : System

Method Details

LogglyException() public method

public LogglyException ( ) : System
return System

LogglyException() public method

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

LogglyException() public method

public LogglyException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System