NewEncoderFallbackException3
Initializes a new instance of the EncoderFallbackException class. Parameters specify the error message, high surrogate, low surrogate, and Index.
Public Function NewEncoderFallbackException3(
ByRef Message As String,
ByVal CharUnknownHigh As Long,
ByVal CharUnknownLow As Long,
ByVal Index As Long ) As EncoderFallbackException
Parameters
- Message
-
[ByRef]
String.
An error message.
- CharUnknownHigh
-
[ByVal]
Long.
The high surrogate of the unknown character.
- CharUnknownLow
-
[ByVal]
Long.
The low surrogate of the unknown character.
- 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