JobNotFoundException(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET