This documentation is archived and is not being maintained.

ELeadException Constructor (String, Exception)

Initializes a new instance of the ELeadException class.

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

public:
ELeadException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System::String

A user-readable message describing the error.

innerException
Type: System::Exception

The exception that caused this exception.

Show: