C# Class TelAPI.TelAPIInternalErrorException

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

Public Methods

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

Method Details

TelAPIInternalErrorException() public method

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

TelAPIInternalErrorException() public method

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