C# Class YeloDebug.Exceptions.UnsupportedException

Represents errors that occur when an unsupported method is called.
Inheritance: ApiException
Show file Open project: troymac1ure/Entity

Public Methods

Method Description
UnsupportedException ( ) : System
UnsupportedException ( string message ) : System
UnsupportedException ( string message, Exception inner ) : System

Method Details

UnsupportedException() public method

public UnsupportedException ( ) : System
return System

UnsupportedException() public method

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

UnsupportedException() public method

public UnsupportedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System