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
statusMaaJobStatus-
The MaaJobStatus.
messagestring-
The message that describes the error.
argsobject?[]-
The key arguments.
MaaJobStatusException(MaaJob, string, params object?[])
Creates a MaaFramework.Binding.MaaJobStatusException instance.
public MaaJobStatusException(MaaJob job, string message = "", params object?[] args)