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
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)