ExtendedTypeSystemException Class
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
Extended |
Initializes a new instance of ExtendedTypeSystemException with the message set to typeof(ExtendedTypeSystemException).FullName. |
Extended |
Obsolete.
Initializes a new instance of ExtendedTypeSystemException with serialization parameters. |
Extended |
Initializes a new instance of ExtendedTypeSystemException setting the message and innerException. |
Extended |
Initializes a new instance of ExtendedTypeSystemException setting the message. |
Error |
Additional information about the error. (Inherited from RuntimeException) |
Was |
(Inherited from RuntimeException) |
Get |
Serializer for ISerializable (Inherited from RuntimeException) |