Delen via


JobOperationsErrorResponseException Constructors

Definition

Overloads

JobOperationsErrorResponseException()
JobOperationsErrorResponseException(String)
JobOperationsErrorResponseException(String, Exception)

JobOperationsErrorResponseException()

Source:
JobOperationsErrorResponseException.cs
public JobOperationsErrorResponseException ();
Public Sub New ()

Applies to

JobOperationsErrorResponseException(String)

Source:
JobOperationsErrorResponseException.cs
public JobOperationsErrorResponseException (string message);
new Microsoft.Azure.HDInsight.Job.Models.JobOperationsErrorResponseException : string -> Microsoft.Azure.HDInsight.Job.Models.JobOperationsErrorResponseException
Public Sub New (message As String)

Parameters

message
String

Applies to

JobOperationsErrorResponseException(String, Exception)

Source:
JobOperationsErrorResponseException.cs
public JobOperationsErrorResponseException (string message, Exception innerException);
new Microsoft.Azure.HDInsight.Job.Models.JobOperationsErrorResponseException : string * Exception -> Microsoft.Azure.HDInsight.Job.Models.JobOperationsErrorResponseException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to