Table of Contents

Constructor MaaException

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

MaaException()

Initializes a new instance of the MaaFramework.Binding.MaaException class.

public MaaException()

MaaException(string?)

Initializes a new instance of the MaaFramework.Binding.MaaException class with a specified error message.

public MaaException(string? message)

Parameters

message string?

MaaException(string?, Exception?)

Initializes a new instance of the MaaFramework.Binding.MaaException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public MaaException(string? message, Exception? innerException)

Parameters

message string?
innerException Exception?