GraphTransactionCanceledException 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.
This class can be used to cancel a graph transaction scope and communicate up to the UI layer of your application some reason for the cancelation.
public ref class GraphTransactionCanceledException : Exception
[System.Serializable]
public class GraphTransactionCanceledException : Exception
[<System.Serializable>]
type GraphTransactionCanceledException = class
inherit Exception
Public Class GraphTransactionCanceledException
Inherits Exception
- Inheritance
-
GraphTransactionCanceledException
- Attributes
Constructors
GraphTransactionCanceledException() | |
GraphTransactionCanceledException(SerializationInfo, StreamingContext) |
Obsolete.
Special constructor that is used for deserialization only. |
GraphTransactionCanceledException(String, Exception) | |
GraphTransactionCanceledException(String) |
Properties
CanceledByUser |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
ISerializable implementation - Gets the data for the object. Serialize the graph into DGML |