WorkItemUpdateException Constructor (String, Exception)

Initializes a new WorkItemUpdateException instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

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

Parameters

  • message
    Type: System.String
    A message that describes the error.

.NET Framework Security

See Also

Reference

WorkItemUpdateException Class

WorkItemUpdateException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace