GetRestrictions Method
Returns a list of restrictions that may be embedded in an exception object.
Syntax
System.Collections.Generic.IList<ExceptionRestriction> GetRestrictions(
System.Exception ex
)Function GetRestrictions( _
ByVal ex As System.Exception _
) As System.Collections.Generic.IList(Of ExceptionRestriction)Parameters
| Name | Description |
|---|---|
| ex | The exception object to be parsed. |
Return Value
A list of restrictions associated with the exception. This may be null or an empty list if there are no exceptions.