Table of Contents

Constructor MaaInteroperationException

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

MaaInteroperationException(string)

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

public MaaInteroperationException(string message)

Parameters

message string

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.

public MaaInteroperationException(string message, Exception innerException)

Parameters

message string
innerException Exception