Table of Contents

Class AssertionFailedException

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll
[SuppressMessage("Usage", "CA2237:Mark ISerializable types with serializable", Justification = "We don't really care about serialization for this exception.")]
public sealed class AssertionFailedException : Exception
Inheritance
AssertionFailedException

Constructors

AssertionFailedException()
AssertionFailedException(string?)
AssertionFailedException(string?, Exception)
AssertionFailedException(string?, string)

Properties

Expression
Message