ExtendedTypeSystemException Class

Definition

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
ExtendedTypeSystemException
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)

Applies to