ActionDeniedBySubscriberException.StatusCode Property
Gets the error code that was provided by the subscriber.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property StatusCode As Integer
public int StatusCode { get; }
public:
property int StatusCode {
int get ();
}
member StatusCode : int with get
function get StatusCode () : int
Property Value
Type: System.Int32
The error code that was provided by the subscriber.
.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.