C# Class TelAPI.TelAPIForbiddenException

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

Public Methods

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

Method Details

TelAPIForbiddenException() public method

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

TelAPIForbiddenException() public method

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