Autodesk Vault ProfessionalVault API

VaultServiceErrorException.Restriction Constructor

Autodesk.Connectivity.WebServicesVaultServiceErrorException.Restriction

Syntax

public VaultServiceErrorException.Restriction(
   System.int code,
   System.long entityId,
   System.Collections.Generic.IEnumerable<string> parameters
)
Public Function New( _
   ByVal code As System.Integer, _
   ByVal entityId As System.Long, _
   ByVal parameters As System.Collections.Generic.IEnumerable(Of String) _
)

Parameters

NameDescription
code
entityId
parameters

See Also