VssException Constructor (String, Int32)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    errorCode As Integer _
)
public VssException(
    string message,
    int errorCode
)
public:
VssException(
    String^ message, 
    int errorCode
)
new : 
        message:string * 
        errorCode:int -> VssException
public function VssException(
    message : String, 
    errorCode : int
)

Parameters

.NET Framework Security

See Also

Reference

VssException Class

VssException Overload

Microsoft.VisualStudio.Services.Common Namespace