OperationCanceledException Constructor (String)

Initializes a new instance of the OperationCanceledException with the specified message..

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

Syntax

'宣言
Public Sub New ( _
    message As String _
)
public OperationCanceledException(
    string message
)
public:
OperationCanceledException(
    String^ message
)
new : 
        message:string -> OperationCanceledException
public function OperationCanceledException(
    message : String
)

Parameters

  • message
    Type: System.String
    A human readable message describing the exception.

.NET Framework Security

See Also

Reference

OperationCanceledException Class

OperationCanceledException Overload

Microsoft.TeamFoundation Namespace