GraphTransactionCanceledException Class

Definition

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)

Special constructor that is used for deserialization only.

GraphTransactionCanceledException(String)
GraphTransactionCanceledException(String, Exception)

Properties

CanceledByUser

Methods

GetObjectData(SerializationInfo, StreamingContext)

ISerializable implementation - Gets the data for the object. Serialize the graph into DGML

Applies to