class EncoderFallbackException
The exception that is thrown when an encoder fallback operation fails. This class cannot be inherited.
public EncoderFallbackException( string message )
Initializes a new instance of the class. A parameter specifies the error message.
messageAn error message.
public EncoderFallbackException( string message, Exception innerException )
Initializes a new instance of the class. Parameters specify the error message and the inner exception that is the cause of this exception.
messageAn error message.innerExceptionThe exception that caused this exception.
public char CharUnknown { get; }
Gets the input character that caused the exception.
- Returns The character that cannot be encoded.
public char CharUnknownHigh { get; }
Gets the high component character of the surrogate pair that caused the exception.
- Returns The high component character of the surrogate pair that cannot be encoded.
public char CharUnknownLow { get; }
Gets the low component character of the surrogate pair that caused the exception.
- Returns The low component character of the surrogate pair that cannot be encoded.
public int Index { get; }
Gets the index position in the input buffer of the character that caused the exception.
- Returns The index position in the input buffer of the character that cannot be encoded.
public EncoderFallbackException( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string StackTrace { get; }
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public int HResult { get; set; }
😔 No documentation found.
public string HelpLink { get; set; }
😔 No documentation found.
public Exception InnerException { get; }
😔 No documentation found.
public Exception GetBaseException( )
😔 No documentation found.
public IDictionary Data { get; }
😔 No documentation found.
public string ParamName { get; }
😔 No documentation found.
public string Message { get; }
😔 No documentation found.
public void GetObjectData( SerializationInfo info, StreamingContext context )
😔 No documentation found.
public bool IsUnknownSurrogate( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public string Source { get; set; }
😔 No documentation found.