Table of Contents

Class MaaException

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

The exception that is the base class for custom exceptions in MaaFramework.Binding.

public class MaaException : Exception, ISerializable

Inheritance

Derived

Implements

Inherited Members

Constructors

MaaException()

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

MaaException(string?)

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

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.