Table of Contents

Class MaaInteroperationException

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

The exception is thrown when a maa interoperation failed.

public class MaaInteroperationException : MaaException, ISerializable

Inheritance

Implements

Inherited Members

Constructors

MaaInteroperationException(string)

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

MaaInteroperationException(string, Exception)

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

Fields

ControllerBindingFailedMessage

Controller binding failed message.

ControllerModifiedMessage

Controller modified message.

ResourceBindingFailedMessage

Resource binding failed message.

ResourceModifiedMessage

Resource modified message.

Methods

ThrowIf(bool, string, string?)

Throws a MaaFramework.Binding.MaaInteroperationException when the condition is true.

ThrowIfNot(bool, string, string?)

Throws a MaaFramework.Binding.MaaInteroperationException when the condition is false.

ThrowIfNull<T>(T?, string, string?)

Throws a MaaFramework.Binding.MaaInteroperationException when the operation is null.