DialogStackException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The root of the exception hierarchy related to IDialogStack .
[System.Serializable]
public abstract class DialogStackException : Exception
[<System.Serializable>]
type DialogStackException = class
inherit Exception
Public MustInherit Class DialogStackException
Inherits Exception
- Inheritance
-
DialogStackException
- Derived
- Attributes
Constructors
DialogStackException(SerializationInfo, StreamingContext) | |
DialogStackException(String, Exception) |
Initializes a new instance of the DialogStackException class with a specified error message. |