Share via


TfsmqDequeueEvent.Error Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
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

.NET Framework Security

See Also

Reference

TfsmqDequeueEvent Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace