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, 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

Applies to