AssertionFailedException Class |
Exception thrown upon internal assertion failures in PostSharp Pattern Libraries.

Namespace: PostSharp.Patterns
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.15.0 (6.5.15.0)

C#
[SerializableAttribute] public sealed class AssertionFailedException : Exception

Name | Description | |
---|---|---|
![]() | AssertionFailedException() |
Initializes a new AssertionFailedException with the default error message.
|
![]() | AssertionFailedException(String) |
Initializes a new AssertionFailedException and specifies the error message.
|
![]() | AssertionFailedException(String, Exception) |
Initializes a new AssertionFailedException and specifies the error message and the inner Exception.
|
