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.RuntimeExceptionpublic class ExtendedTypeSystemException : System.Management.Automation.RuntimeException[<System.Serializable>]
type ExtendedTypeSystemException = class
    inherit RuntimeExceptiontype ExtendedTypeSystemException = class
    inherit RuntimeExceptionPublic 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, Exception) | Initializes a new instance of ExtendedTypeSystemException setting the message and innerException. | 
| ExtendedTypeSystemException(String) | Initializes a new instance of ExtendedTypeSystemException setting the message. | 
Properties
| ErrorRecord | Additional information about the error.(Inherited from RuntimeException) | 
| WasThrownFromThrowStatement | (Inherited from RuntimeException) | 
Methods
| GetObjectData(SerializationInfo, StreamingContext) | Serializer for ISerializable(Inherited from RuntimeException) |