C# 클래스 Portable.Text.EncoderFallbackException

상속: System.ArgumentException
파일 보기 프로젝트 열기: jstedfast/Portable.Text.Encoding

공개 메소드들

메소드 설명
EncoderFallbackException ( ) : System
EncoderFallbackException ( string message ) : System
EncoderFallbackException ( string message, Exception innerException ) : System
IsUnknownSurrogate ( ) : bool

비공개 메소드들

메소드 설명
EncoderFallbackException ( char charUnknownHigh, char charUnknownLow, int index ) : System
EncoderFallbackException ( char charUnknown, int index ) : System

메소드 상세

EncoderFallbackException() 공개 메소드

public EncoderFallbackException ( ) : System
리턴 System

EncoderFallbackException() 공개 메소드

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

EncoderFallbackException() 공개 메소드

public EncoderFallbackException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

IsUnknownSurrogate() 공개 메소드

public IsUnknownSurrogate ( ) : bool
리턴 bool