Show / Hide Table of Contents

Class NativeActivityAbortContext

Inheritance
System.Object
ActivityContext
NativeActivityAbortContext
Inherited Members
ActivityContext.GetExtension<T>()
ActivityContext.GetLocation<T>(LocationReference)
ActivityContext.GetValue<T>(LocationReference)
ActivityContext.SetValue<T>(LocationReference, T)
ActivityContext.GetValue<T>(OutArgument<T>)
ActivityContext.GetValue<T>(InOutArgument<T>)
ActivityContext.GetValue<T>(InArgument<T>)
ActivityContext.GetValue(Argument)
ActivityContext.GetValue(RuntimeArgument)
ActivityContext.SetValue<T>(OutArgument<T>, T)
ActivityContext.SetValue<T>(InOutArgument<T>, T)
ActivityContext.SetValue<T>(InArgument<T>, T)
ActivityContext.SetValue(Argument, Object)
ActivityContext.ActivityInstanceId
ActivityContext.WorkflowInstanceId
ActivityContext.DataContext
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class NativeActivityAbortContext : ActivityContext

Properties

Reason

Declaration
public Exception Reason { get; }
Property Value
System.Exception

Back to top Generated by DocFX