C# Class WykopSharp.Exceptions.UnsupportedMimeTypeException

Inheritance: System.Exception
Mostrar archivo Open project: adiospl/WykopSharp

Public Methods

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

Method Details

UnsupportedMimeTypeException() public method

public UnsupportedMimeTypeException ( ) : System
return System

UnsupportedMimeTypeException() public method

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

UnsupportedMimeTypeException() public method

public UnsupportedMimeTypeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System