Property | Type | Description | |
---|---|---|---|
GetXML | |||
ParseBacktrace | List |
Method | Description | |
---|---|---|
ExceptionHandler ( bool ssl, string host, string path, string apikey, string environment ) : System |
Initializes a new instance of the ExceptionHandler class.
|
|
Send ( |
Sends the specified exception to the server.
|
Method | Description | |
---|---|---|
GetXML ( |
Renders an exception (and custom parameters) into an XML blob conforming to the Airbrake API specification.
|
|
ParseBacktrace ( |
Parses the back trace string from an exception into an XML document.
|
public ExceptionHandler ( bool ssl, string host, string path, string apikey, string environment ) : System | ||
ssl | bool | if set to |
host | string | The host. |
path | string | The path. |
apikey | string | The API key. |
environment | string | The environment. |
return | System |
public Send ( |
||
ex | The raw exception to report. | |
customParams | string>.List | The custom parameters that should be sent with the exception. |
return | bool |