C# Class Pushover.PushoverException

Inheritance: System.Exception
Mostrar archivo Open project: mattmelling/pushover-dotnet

Public Methods

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

Method Details

PushoverException() public method

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