Initializes a new instance of the Filter
public FilterException(FilterException.FilterError error);
Public Sub New(error as FilterException.FilterError)
public FilterException(FilterException.FilterError error, string message);
Public Sub New(error as FilterException.FilterError, message as String)
Parameter | Description |
---|---|
error | The error that is the cause of the current exception. |
message | The error message that explains the reason for the exception. |