C# Class SDownload.Framework.BugSenseException

Builds upon an exception to send additional information to Bugsense for analysis
Inheritance: System.Exception
Show file Open project: brkastner/SDownload

Public Methods

Method Description
BugSenseException ( String url, String message = "" ) : System

Method Details

BugSenseException() public method

public BugSenseException ( String url, String message = "" ) : System
url String
message String
return System