EncoderFallbackException Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The EncoderFallbackException type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CharUnknown Gets the input character that caused the exception.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CharUnknownHigh Gets the high component character of the surrogate pair that caused the exception.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CharUnknownLow Gets the low component character of the surrogate pair that caused the exception.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Data Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from Exception.)
Protected propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 HResult Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from Exception.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Index Gets the index position in the input buffer of the character that caused the exception.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 InnerException Gets the Exception instance that caused the current exception. (Inherited from Exception.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Message Gets the error message and the parameter name, or only the error message if no parameter name is set. (Inherited from ArgumentException.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 StackTrace Gets a string representation of the frames on the call stack at the time the current exception was thrown. (Inherited from Exception.)

Top