RunspaceConfigurationAttributeException 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.
Defines exception thrown when runspace configuration attribute is not defined correctly.
public ref class RunspaceConfigurationAttributeException : SystemException, System::Management::Automation::IContainsErrorRecord
[System.Serializable]
public class RunspaceConfigurationAttributeException : SystemException, System.Management.Automation.IContainsErrorRecord
[<System.Serializable>]
type RunspaceConfigurationAttributeException = class
inherit SystemException
interface IContainsErrorRecord
Public Class RunspaceConfigurationAttributeException
Inherits SystemException
Implements IContainsErrorRecord
- Inheritance
-
RunspaceConfigurationAttributeException
- Attributes
- Implements
Constructors
RunspaceConfigurationAttributeException() |
Initiate an instance of RunspaceConfigurationAttributeException. |
RunspaceConfigurationAttributeException(SerializationInfo, StreamingContext) |
Initiate a RunspaceConfigurationAttributeException instance. |
RunspaceConfigurationAttributeException(String, Exception) |
Initiate an instance of RunspaceConfigurationAttributeException. |
RunspaceConfigurationAttributeException(String) |
Initiate an instance of RunspaceConfigurationAttributeException. |
Properties
AssemblyName |
Gets assembly name on which runspace configuration attribute is defined or should be defined. |
Error |
Get localized error message. |
ErrorRecord |
Gets error record embedded in this exception. |
Message |
Gets message for this exception. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Get object data from serizliation information. |