Edit

Share via


InvalidDocumentVersionException Constructors

Definition

Overloads

InvalidDocumentVersionException(String, Exception)
InvalidDocumentVersionException(String, String, String, String)

InvalidDocumentVersionException(String, Exception)

public InvalidDocumentVersionException (string message, Exception innerException);
new Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.InvalidDocumentVersionException : string * Exception -> Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.InvalidDocumentVersionException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to

InvalidDocumentVersionException(String, String, String, String)

public InvalidDocumentVersionException (string documentId, string collectionName, string scopeType, string scopeValue);
new Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.InvalidDocumentVersionException : string * string * string * string -> Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.InvalidDocumentVersionException
Public Sub New (documentId As String, collectionName As String, scopeType As String, scopeValue As String)

Parameters

documentId
String
collectionName
String
scopeType
String
scopeValue
String

Applies to