SDownload.Framework.BugSenseException.BugSenseException C# (CSharp) Method

BugSenseException() public method

public BugSenseException ( String url, String message = "" ) : System
url String
message String
return System
        public BugSenseException(String url, String message = "")
            : base(message)
        {
            _url = url;
        }
BugSenseException