Compartir a través de


ELeadException Constructor (String, Exception)

Initializes a new instance of the ELeadException class.

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

Syntax

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ELeadException(
    string message,
    Exception innerException
)
public:
ELeadException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ELeadException
public function ELeadException(
    message : String, 
    innerException : Exception
)

Parameters

  • message
    Type: System.String
    A user-readable message describing the error.
  • innerException
    Type: System.Exception
    The exception that caused this exception.

.NET Framework Security

See Also

Reference

ELeadException Class

ELeadException Overload

Microsoft.TeamFoundation.Common Namespace