TfsmqDequeueEvent.Error Property

Gets or sets a custom exception which should be raised.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property Error As Exception
public Exception Error { get; set; }
public:
property Exception^ Error {
    Exception^ get ();
    void set (Exception^ value);
}
member Error : Exception with get, set
function get Error () : Exception 
function set Error (value : Exception)

Property Value

Type: System.Exception
Returns Exception.

.NET Framework Security

See Also

Reference

TfsmqDequeueEvent Class

Microsoft.TeamFoundation.Framework.Server Namespace