C# Class TelAPI.TelAPIForbidenException

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

Public Methods

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

Method Details

TelAPIForbidenException() public method

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

TelAPIForbidenException() public method

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