Compartir a través de


JobOperationsErrorResponseException Constructores

Definición

Sobrecargas

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

JobOperationsErrorResponseException()

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

Se aplica a

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)

Parámetros

message
String

Se aplica a

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)

Parámetros

message
String
innerException
Exception

Se aplica a