VssException Constructor (Int32)
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Sub New ( _
errorCode As Integer _
)
public VssException(
int errorCode
)
public:
VssException(
int errorCode
)
new :
errorCode:int -> VssException
public function VssException(
errorCode : int
)
Parameters
- errorCode
Type: System.Int32
.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.