Constructors: NewDecoderFallbackException2

NewDecoderFallbackException2

Initializes a new instance of the DecoderFallbackException class. Parameters specify the error message, the array of bytes being decoded, and the index of the byte that cannot be decoded.



 Public Function NewDecoderFallbackException2(
	  ByRef Message As String,
	  ByRef BytesUnknown ( ) As Byte,
	  ByVal Index As Long ) As DecoderFallbackException

Parameters

Message
[ByRef] String. An error message.
BytesUnknown
[ByRef] Byte. The input byte array.
Index
[ByVal] Long. The index position in BytesUnknown of the byte that cannot be decoded.

Return Values

DecoderFallbackException -  A new DecoderFallbackException instance.

See Also

Project CorLib Overview

Class Constructors Overview