C# 클래스 SubLib.Exceptions.EncodingNotSupportedException

The exception that is thrown when an System.Text.Encoding is not supported by the platform.
상속: System.ApplicationException
파일 보기 프로젝트 열기: GNOME/gnome-subtitles

공개 메소드들

메소드 설명
EncodingNotSupportedException ( ) : System
EncodingNotSupportedException ( string message ) : System

메소드 상세

EncodingNotSupportedException() 공개 메소드

public EncodingNotSupportedException ( ) : System
리턴 System

EncodingNotSupportedException() 공개 메소드

public EncodingNotSupportedException ( string message ) : System
message string
리턴 System