Table of Contents

Class Assert.AssertionException

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

The exception thrown when an assertion fails.

public class Assert.AssertionException : Exception, ISerializable
Inheritance
Assert.AssertionException
Implements
Inherited Members
Extension Methods

Constructors

AssertionException(string)

Initializes a new instance of the Exception class with a specified error message.

public AssertionException(string message)

Parameters

message string

The message that describes the error.