C# Class WykopSharp.Exceptions.UnsupportedHttpMethodException

Inheritance: Exception
Afficher le fichier Open project: adiospl/WykopSharp

Méthodes publiques

Méthode Description
UnsupportedHttpMethodException ( ) : System
UnsupportedHttpMethodException ( string message ) : System
UnsupportedHttpMethodException ( string message, Exception innerException ) : System

Method Details

UnsupportedHttpMethodException() public méthode

public UnsupportedHttpMethodException ( ) : System
Résultat System

UnsupportedHttpMethodException() public méthode

public UnsupportedHttpMethodException ( string message ) : System
message string
Résultat System

UnsupportedHttpMethodException() public méthode

public UnsupportedHttpMethodException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System