Freigeben über


JobOperationsErrorResponseException Konstruktoren

Definition

Überlädt

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

JobOperationsErrorResponseException()

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

Gilt für:

JobOperationsErrorResponseException(String)

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

Parameter

message
String

Gilt für:

JobOperationsErrorResponseException(String, Exception)

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

Parameter

message
String
innerException
Exception

Gilt für: