RunspaceConfigurationTypeException Class

Definition

Define class for runspace configuration type.

public class RunspaceConfigurationTypeException : SystemException, System.Management.Automation.IContainsErrorRecord
Inheritance
RunspaceConfigurationTypeException
Implements

Constructors

RunspaceConfigurationTypeException()

Initiate an instance for RunspaceConfigurationTypeException

RunspaceConfigurationTypeException(String)

Initiate an instance for RunspaceConfigurationTypeException

RunspaceConfigurationTypeException(SerializationInfo, StreamingContext)

Initiate a RunspaceConfigurationAttributeException instance.

RunspaceConfigurationTypeException(String, Exception)

Initiate an instance for RunspaceConfigurationTypeException

Properties

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

GetObjectData(SerializationInfo, StreamingContext)

Get object data from serizliation information.