Initializes a new instance of the ELeadException class.
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
)
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
- 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.