Constructors: 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