C# Class WykopSharp.Exceptions.UnsupportedHttpMethodException

Inheritance: Exception
Mostrar archivo Open project: adiospl/WykopSharp

Public Methods

Method Description
UnsupportedHttpMethodException ( ) : System
UnsupportedHttpMethodException ( string message ) : System
UnsupportedHttpMethodException ( string message, Exception innerException ) : System

Method Details

UnsupportedHttpMethodException() public method

public UnsupportedHttpMethodException ( ) : System
return System

UnsupportedHttpMethodException() public method

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

UnsupportedHttpMethodException() public method

public UnsupportedHttpMethodException ( string message, Exception innerException ) : System
message string
innerException Exception
return System