Constructors: NewEncoderFallbackException2

NewEncoderFallbackException2

Initializes a new instance of the EncoderFallbackException class. Parameters specify the error message, unknown character, and index.



 Public Function NewEncoderFallbackException2(
	  ByRef Message As String,
	  ByVal CharUnknown As Long,
	  ByVal Index As Long ) As EncoderFallbackException

Parameters

Message
[ByRef] String. An error message.
CharUnknown
[ByVal] Long. The unknown character that caused the exception.
Index
[ByVal] Long. The index the unknown character was encountered.

Return Values

EncoderFallbackException -  A new instance of the EncoderFallbackException class.

See Also

Project CorLib Overview

Class Constructors Overview