Table of Contents

Class AssertionError

Namespace
Olve.Utilities.Assertions
Assembly
Olve.Utilities.dll

Represents an assertion error from Assert.

public class AssertionError : Exception, ISerializable
Inheritance
AssertionError
Implements
Inherited Members

Constructors

AssertionError(string)

Represents an assertion error from Assert.

public AssertionError(string message)

Parameters

message string

The message of the error.