C# Class TelAPI.TelAPIUnauthorizedException

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

Public Methods

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

Method Details

TelAPIUnauthorizedException() public method

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

TelAPIUnauthorizedException() public method

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