Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Read and Write the current status of the request by setting an exception for this request.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Property Status As Exception
public virtual Exception Status { get; set; }
public:
virtual property Exception^ Status {
Exception^ get ();
void set (Exception^ value);
}
abstract Status : Exception with get, set
override Status : Exception with get, set
function get Status () : Exception
function set Status (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.