Autodesk Vault ProfessionalVault API

ExceptionRestriction Constructor

Autodesk.DataManagement.Client.Framework.CurrencyExceptionRestriction

Creates a Restriction object

Syntax

public ExceptionRestriction(
   System.long code,
   System.Collections.Generic.IList<string> parameters
)
Public Function New( _
   ByVal code As System.Long, _
   ByVal parameters As System.Collections.Generic.IList(Of String) _
)

Parameters

NameDescription
codeA numeric value that uniquely identifies this restriction.
parametersA collection of data that is specific to each restriction code.

See Also