C# Class TelAPI.TelAPINotFoundException

Inheritance: TelAPIException
Show file Open project: TelAPI/telapi-dotnet

Public Methods

Method Description
TelAPINotFoundException ( string message ) : System
TelAPINotFoundException ( string message, Exception e ) : System

Method Details

TelAPINotFoundException() public method

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

TelAPINotFoundException() public method

public TelAPINotFoundException ( string message, Exception e ) : System
message string
e System.Exception
return System