FlowError

FlowError

Represents a single error from a flow execution.

The FlowError class is derived from the System.Object class.

Public Constructors

The FlowError class has the following public constructor.

Constructor Description
FlowError(String)

Initializes a new instance of the FlowError class.

Public Methods

The FlowError class has the following public methods.

Method Description
Equals(Object)

Returns whether the specified Object is equal to the current Object.

Equals(Object, Object)

Static (Shared).

Returns whether the specified Object objects are equal.

GetHashCode()

Returns the hash for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures such as a hash table.

GetType()

Returns the Type of the current instance.

ReferenceEquals(Object, Object)

Static (Shared).

Returns whether the specified Object objects are the same.

ToString()

Returns a String that represents the current Object.

Public Properties

The FlowError class has the following public property.

Property Description
Message Data type: String
Access type: Read-only

Gets the error message for this flow error.

Protected Methods

The FlowError class has the following protected methods.

Method Description
Finalize()

Attempts to free the Object resources and performs other cleanup operations before the Object is reclaimed by garbage collection.

MemberwiseClone()

Creates a shallow copy of the current Object.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Manager.

Assembly

Requires Microsoft.Sdm.Manager (in Microsoft.Sdm.Manager.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Manager

Send comments about this topic to Microsoft

Build date: 10/2/2007