Share via


SubmitJobException Class

Definition

Represents the exception that is thrown because a job submission failed. The inner exception error message can be checked for more information about the error.

public ref class SubmitJobException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class SubmitJobException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type SubmitJobException = class
    inherit EnterpriseManagementException
Public Class SubmitJobException
Inherits EnterpriseManagementException
Inheritance
Derived
Attributes

Constructors

SubmitJobException()

Initializes a new SubmitJobException object.

SubmitJobException(Exception)

Initializes a new SubmitJobException object by specifying an inner exception that caused the current exception.

SubmitJobException(SerializationInfo, StreamingContext)

Initializes a new SubmitJobException object with serialized data.

SubmitJobException(String)

Initializes a new SubmitJobException object by specifying the error message that describes the current exception.

SubmitJobException(String, Exception)

Initializes a new SubmitJobException object with an error message and inner exception.

Applies to