Freigeben über


VssException-Konstruktor (String, Int32, Boolean, Exception)

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, _
    logException As Boolean, _
    innerException As Exception _
)
public VssException(
    string message,
    int errorCode,
    bool logException,
    Exception innerException
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

VssException Klasse

VssException-Überladung

Microsoft.VisualStudio.Services.Common-Namespace