ExceptionRestriction Constructor
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
| Name | Description |
|---|---|
| code | A numeric value that uniquely identifies this restriction. |
| parameters | A collection of data that is specific to each restriction code. |
Remarks
See Restriction Codes for a list of possible Restriction Codes and their associated parameters.