IntegrationException Constructor (String, Int32, Exception)

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    errorCode As Integer, _
    innerException As Exception _
)
'Usage
Dim message As String 
Dim errorCode As Integer 
Dim innerException As Exception 

Dim instance As New IntegrationException(message, _
    errorCode, innerException)
public IntegrationException(
    string message,
    int errorCode,
    Exception innerException
)
public:
IntegrationException(
    String^ message, 
    int errorCode, 
    Exception^ innerException
)
public function IntegrationException(
    message : String, 
    errorCode : int, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

IntegrationException Class

IntegrationException Members

IntegrationException Overload

Microsoft.TeamFoundation.Server Namespace