CimJobException Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Cim |
Initializes a new instance of the CimJobException class. |
Cim |
Obsolete.
Initializes a new instance of the CimJobException class with serialized data. |
Cim |
Initializes a new instance of the CimJobException class with a specified error message. |
Cim |
Initializes a new instance of the CimJobException class with a specified error message. |
Error |
ErrorRecord which provides additional information about the error. |
Get |
Sets the SerializationInfo with information about the exception. |