PexExceptionValidatorAttributeBase.IsExceptionMessageValid(String) 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 message is valid.
protected:
virtual bool IsExceptionMessageValid(System::String ^ message);
protected virtual bool IsExceptionMessageValid (string message);
abstract member IsExceptionMessageValid : string -> bool
override this.IsExceptionMessageValid : string -> bool
Protected Overridable Function IsExceptionMessageValid (message As String) As Boolean
Parameters
- message
- String