C# 클래스 System.Text.DecoderFallbackException

상속: ArgumentException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
DecoderFallbackException ( ) : System
DecoderFallbackException ( String message ) : System
DecoderFallbackException ( String message, Exception innerException ) : System
DecoderFallbackException ( String message, byte bytesUnknown, int index ) : System

비공개 메소드들

메소드 설명
DecoderFallbackException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

DecoderFallbackException() 공개 메소드

public DecoderFallbackException ( ) : System
리턴 System

DecoderFallbackException() 공개 메소드

public DecoderFallbackException ( String message ) : System
message String
리턴 System

DecoderFallbackException() 공개 메소드

public DecoderFallbackException ( String message, Exception innerException ) : System
message String
innerException Exception
리턴 System

DecoderFallbackException() 공개 메소드

public DecoderFallbackException ( String message, byte bytesUnknown, int index ) : System
message String
bytesUnknown byte
index int
리턴 System