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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.