Table of Contents

Constructor MaaJobStatusException

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

MaaJobStatusException(string, params object?[])

Creates a MaaFramework.Binding.MaaJobStatusException instance.

public MaaJobStatusException(string message = "MaaJobStatus was unexpected.", params object?[] args)

Parameters

message string

The message that describes the error.

args object?[]

The key arguments.

MaaJobStatusException(MaaJobStatus, string, params object?[])

Creates a MaaFramework.Binding.MaaJobStatusException instance.

public MaaJobStatusException(MaaJobStatus status, string message = "", params object?[] args)

Parameters

status MaaJobStatus

The MaaJobStatus.

message string

The message that describes the error.

args object?[]

The key arguments.

MaaJobStatusException(MaaJob, string, params object?[])

Creates a MaaFramework.Binding.MaaJobStatusException instance.

public MaaJobStatusException(MaaJob job, string message = "", params object?[] args)

Parameters

job MaaJob

The MaaJob.

message string

The message that describes the error.

args object?[]

The key arguments.