C# Class WykopSharp.Exceptions.UnsupportedMimeTypeException

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

Méthodes publiques

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

Method Details

UnsupportedMimeTypeException() public méthode

public UnsupportedMimeTypeException ( ) : System
Résultat System

UnsupportedMimeTypeException() public méthode

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

UnsupportedMimeTypeException() public méthode

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