JobFailedException
Class
Definition
Container exception for jobs that can map errors and exceptions to specific lines in their input.
public class JobFailedException : SystemException
- Inheritance
-
JobFailedException
Constructors
| JobFailedException() |
Creates a new JobFailedException |
| JobFailedException(String) |
Creates a new JobFailedException |
| JobFailedException(Exception, ScriptExtent) |
Creates a new JobFailedException |
| JobFailedException(SerializationInfo, StreamingContext) |
Class constructor |
| 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 |