C# Class TelAPI.TelAPIException

TelAPI Exception class
Inheritance: System.Exception
Show file Open project: TelAPI/telapi-dotnet

Public Methods

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

Method Details

TelAPIException() public method

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

TelAPIException() public method

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