ExtendedTypeSystemException 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 the exception thrown for all Extended type system related errors.
public ref class ExtendedTypeSystemException : System::Management::Automation::RuntimeException
[System.Serializable]
public class ExtendedTypeSystemException : System.Management.Automation.RuntimeException
public class ExtendedTypeSystemException : System.Management.Automation.RuntimeException
[<System.Serializable>]
type ExtendedTypeSystemException = class
inherit RuntimeException
type ExtendedTypeSystemException = class
inherit RuntimeException
Public Class ExtendedTypeSystemException
Inherits RuntimeException
- Inheritance
- Derived
- Attributes
Constructors
ExtendedTypeSystemException() |
Initializes a new instance of ExtendedTypeSystemException with the message set to typeof(ExtendedTypeSystemException).FullName. |
ExtendedTypeSystemException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of ExtendedTypeSystemException with serialization parameters. |
ExtendedTypeSystemException(String) |
Initializes a new instance of ExtendedTypeSystemException setting the message. |
ExtendedTypeSystemException(String, Exception) |
Initializes a new instance of ExtendedTypeSystemException setting the message and innerException. |
Properties
ErrorRecord |
Additional information about the error. (Inherited from RuntimeException) |
WasThrownFromThrowStatement | (Inherited from RuntimeException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializer for ISerializable (Inherited from RuntimeException) |