JobFailedException Class

Definition

Container exception for jobs that can map errors and exceptions to specific lines in their input.

public ref class JobFailedException : SystemException
[System.Serializable]
public class JobFailedException : SystemException
public class JobFailedException : SystemException
[<System.Serializable>]
type JobFailedException = class
    inherit SystemException
type JobFailedException = class
    inherit SystemException
Public Class JobFailedException
Inherits SystemException
Inheritance
JobFailedException
Attributes

Constructors

JobFailedException()

Creates a new JobFailedException.

JobFailedException(Exception, ScriptExtent)

Creates a new JobFailedException.

JobFailedException(SerializationInfo, StreamingContext)
Obsolete.

Class constructor.

JobFailedException(String)

Creates a new JobFailedException.

JobFailedException(String, Exception)

Creates a new JobFailedException.

Properties

DisplayScriptPosition

The user-focused location from where this error originated.

Message

Returns the reason for this exception.

Reason

The actual exception that caused this error.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets the information for serialization.

Applies to