Partager via


JobOperationsErrorResponseException Constructeurs

Définition

Surcharges

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

JobOperationsErrorResponseException()

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

S’applique à

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)

Paramètres

message
String

S’applique à

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)

Paramètres

message
String
innerException
Exception

S’applique à