PexExceptionValidatorAttributeBase.IsExceptionValid(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the exception instance is allowed.
protected:
virtual bool IsExceptionValid(Exception ^ ex);
protected virtual bool IsExceptionValid (Exception ex);
abstract member IsExceptionValid : Exception -> bool
override this.IsExceptionValid : Exception -> bool
Protected Overridable Function IsExceptionValid (ex As Exception) As Boolean
Parameters
- ex
- Exception
The ex.
Returns
Returns Boolean.