Freigeben über


ELeadException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der ELeadExceptions-Klasse.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ELeadException(
    string message,
    Exception innerException
)

Parameter

  • message
    Typ: System.String
    Eine für den Benutzer lesbare Meldung, die den Fehler beschreibt.
  • innerException
    Typ: System.Exception
    Die Ausnahme, die diese Ausnahme verursachte.

.NET Framework-Sicherheit

Siehe auch

Referenz

ELeadException Klasse

ELeadException-Überladung

Microsoft.TeamFoundation.Common-Namespace