WrappedException.ErrorCode Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ErrorCode As Integer
[DataMemberAttribute]
public int ErrorCode { get; set; }
[DataMemberAttribute]
public:
property int ErrorCode {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
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

WrappedException Class

Microsoft.VisualStudio.Services.Common Namespace