C# Class System.Text.DecoderFallbackException

Inheritance: ArgumentException
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
DecoderFallbackException ( ) : System
DecoderFallbackException ( String message ) : System
DecoderFallbackException ( String message, Exception innerException ) : System
DecoderFallbackException ( String message, byte bytesUnknown, int index ) : System

Private Methods

Method Description
DecoderFallbackException ( SerializationInfo info, StreamingContext context ) : System

Method Details

DecoderFallbackException() public method

public DecoderFallbackException ( ) : System
return System

DecoderFallbackException() public method

public DecoderFallbackException ( String message ) : System
message String
return System

DecoderFallbackException() public method

public DecoderFallbackException ( String message, Exception innerException ) : System
message String
innerException Exception
return System

DecoderFallbackException() public method

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