EncoderExceptionFallbackBuffer Methods
.NET Framework 4.5
The EncoderExceptionFallbackBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Fallback(Char, Int32) | Throws an exception because the input character cannot be encoded. Parameters specify the value and index position of the character that cannot be converted. (Overrides EncoderFallbackBuffer.Fallback(Char, Int32).) |
|
Fallback(Char, Char, Int32) | Throws an exception because the input character cannot be encoded. Parameters specify the value and index position of the surrogate pair in the input, and the nominal return value is not used. (Overrides EncoderFallbackBuffer.Fallback(Char, Char, Int32).) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetNextChar | Retrieves the next character in the exception fallback buffer. (Overrides EncoderFallbackBuffer.GetNextChar().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MovePrevious | Causes the next call to the GetNextChar method to access the exception data buffer character position that is prior to the current position. (Overrides EncoderFallbackBuffer.MovePrevious().) |
|
Reset | Initializes all data and state information pertaining to this fallback buffer. (Inherited from EncoderFallbackBuffer.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |