VssException.ErrorCode Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Property ErrorCode As Integer
public int ErrorCode { get; set; }
public:
property int ErrorCode {
    int get ();
    void set (int value);
}
member ErrorCode : int with get, set
function get ErrorCode () : int 
function set ErrorCode (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

VssException Class

Microsoft.VisualStudio.Services.Common Namespace