CimJobException Class
Definition
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
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. |