TeamFoundationCanceledException Constructor (String)

Initializes an exception with the specified error message.

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

Syntax

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

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