RunspaceConfigurationTypeException 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.
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
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
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. |