UnsupportedDocumentVersionException Constructor (String, String)

Initializes a new UnsupportedDocumentVersionException.

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

Syntax

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

Parameters

  • version
    Type: System.String
    The version of the document that causes the exception.

.NET Framework Security

See Also

Reference

UnsupportedDocumentVersionException Class

UnsupportedDocumentVersionException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace