Delen via


JobNotFoundException(String) Constructor

Definition

Creates an instance of this class with the Id of the job and marks it as non-transient.

public JobNotFoundException (string jobId);
new Microsoft.Azure.Devices.Common.Exceptions.JobNotFoundException : string -> Microsoft.Azure.Devices.Common.Exceptions.JobNotFoundException
Public Sub New (jobId As String)

Parameters

jobId
String

The Id of the job whose details are unavailable on IoT hub.

Applies to