RunspaceConfigurationAttributeException Class

Definition

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)

Initiate an instance of RunspaceConfigurationAttributeException.

RunspaceConfigurationAttributeException(String, Exception)

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.

Applies to