C# Class TSVCEO.CloudPrint.Proxy.PrintProxyException

Inheritance: InvalidOperationException
Show file Open project: klightspeed/CloudPrintProxy

Public Methods

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

Method Details

PrintProxyException() public method

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

PrintProxyException() public method

public PrintProxyException ( string message, Exception innerException ) : System
message string
innerException Exception
return System