CimJobException Class

Definition

Represents an error during execution of a CIM job.

public ref class CimJobException : SystemException, System::Management::Automation::IContainsErrorRecord
[System.Serializable]
public class CimJobException : SystemException, System.Management.Automation.IContainsErrorRecord
public class CimJobException : SystemException, System.Management.Automation.IContainsErrorRecord
[<System.Serializable>]
type CimJobException = class
    inherit SystemException
    interface IContainsErrorRecord
type CimJobException = class
    inherit SystemException
    interface IContainsErrorRecord
Public Class CimJobException
Inherits SystemException
Implements 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)

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

CimJobException(String, Exception)

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