Edit

Share via


DocumentExistsException Constructors

Definition

Overloads

DocumentExistsException(String, Exception)
DocumentExistsException(String, String, String, String)

DocumentExistsException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to

DocumentExistsException(String, String, String, String)

public DocumentExistsException (string documentId, string collectionName, string scopeType, string scopeValue);
new Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.DocumentExistsException : string * string * string * string -> Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.DocumentExistsException
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