Sdílet prostřednictvím


TeamFoundationCanceledException Constructor (String, Exception)

Initializes an exception with the specified error message and an inner exception that caused this exception to be raised.

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public TeamFoundationCanceledException(
    string message,
    Exception innerException
)
public:
TeamFoundationCanceledException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> TeamFoundationCanceledException
public function TeamFoundationCanceledException(
    message : String, 
    innerException : Exception
)

Parameters

  • message
    Type: System.String

    A human readable message that describes the error

.NET Framework Security

See Also

Reference

TeamFoundationCanceledException Class

TeamFoundationCanceledException Overload

Microsoft.VisualStudio.Services.Integration Namespace