RunspaceConfigurationTypeException Class

Definition

Define class for runspace configuration type.

public ref class RunspaceConfigurationTypeException : SystemException, System::Management::Automation::IContainsErrorRecord
[System.Serializable]
public class RunspaceConfigurationTypeException : SystemException, System.Management.Automation.IContainsErrorRecord
[<System.Serializable>]
type RunspaceConfigurationTypeException = class
    inherit SystemException
    interface IContainsErrorRecord
Public Class RunspaceConfigurationTypeException
Inherits SystemException
Implements IContainsErrorRecord
Inheritance
RunspaceConfigurationTypeException
Attributes
Implements

Constructors

Name Description
RunspaceConfigurationTypeException()

Initiate an instance for RunspaceConfigurationTypeException

RunspaceConfigurationTypeException(SerializationInfo, StreamingContext)

Initiate a RunspaceConfigurationAttributeException instance.

RunspaceConfigurationTypeException(String, Exception)

Initiate an instance for RunspaceConfigurationTypeException

RunspaceConfigurationTypeException(String)

Initiate an instance for RunspaceConfigurationTypeException

Properties

Name Description
AssemblyName

Get name of the assembly where runspace configuration type is defined.

ErrorRecord

Get the error record embedded in this exception.

Message

Get message for this exception.

TypeName

Get the runspace configuration type.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Get object data from serizliation information.

Applies to