Share via


CimJobException Class

Definition

Represents an error during execution of a CIM job.

public ref class CimJobException : SystemException, System::Management::Automation::IContainsErrorRecord
Inheritance
CimJobException
Attributes
Implements

Constructors

CimJobException()

Initializes a new instance of the CimJobException class.

CimJobException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the CimJobException class with serialized data.

CimJobException(String, Exception)

Initializes a new instance of the CimJobException class with a specified error message.

CimJobException(String)

Initializes a new instance of the CimJobException class with a specified error message.

Properties

ErrorRecord

ErrorRecord which provides additional information about the error.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.

Applies to