PSWorkflowInstance.Error Property
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.
Gets the streams of workflow.
public:
virtual property Exception ^ Error { Exception ^ get(); void set(Exception ^ value); };
public virtual Exception Error { get; set; }
member this.Error : Exception with get, set
Public Overridable Property Error As Exception