ExtensionRestriction Constructor
The constructor for a restriction.
Syntax
public ExtensionRestriction(
System.string objectName,
System.string message
)Public Function New( _
ByVal objectName As System.String, _
ByVal message As System.String _
)Parameters
| Name | Description |
|---|---|
| objectName | A human readable description of the object which is failing. |
| message | A human readable message indicating what the problem is. |