CookieException 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 CookieException type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone 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 Phone 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 Phone InnerException Gets the Exception instance that caused the current exception. (Inherited from Exception.)
Public propertySupported by Silverlight for Windows Phone Message Gets a message that describes the current exception. (Inherited from Exception.)
Public propertySupported by Silverlight for Windows Phone StackTrace Gets a string representation of the frames on the call stack at the time the current exception was thrown. (Inherited from Exception.)

Top