C# Class SubLib.Exceptions.EncodingNotSupportedException

The exception that is thrown when an System.Text.Encoding is not supported by the platform.
Inheritance: System.ApplicationException
Mostrar archivo Open project: GNOME/gnome-subtitles

Public Methods

Method Description
EncodingNotSupportedException ( ) : System
EncodingNotSupportedException ( string message ) : System

Method Details

EncodingNotSupportedException() public method

public EncodingNotSupportedException ( ) : System
return System

EncodingNotSupportedException() public method

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