Table of Contents

Constructor AssertionFailedException

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

AssertionFailedException()

public AssertionFailedException()

AssertionFailedException(string?)

public AssertionFailedException(string? message)

Parameters

message string

AssertionFailedException(string?, Exception)

public AssertionFailedException(string? message, Exception innerException)

Parameters

message string
innerException Exception

AssertionFailedException(string?, string)

public AssertionFailedException(string? message, string expression)

Parameters

message string
expression string