PSInvalidCastException Class

Definition

Defines the exception thrown for type conversion errors.

public ref class PSInvalidCastException : InvalidCastException, System::Management::Automation::IContainsErrorRecord
[System.Serializable]
public class PSInvalidCastException : InvalidCastException, System.Management.Automation.IContainsErrorRecord
public class PSInvalidCastException : InvalidCastException, System.Management.Automation.IContainsErrorRecord
[<System.Serializable>]
type PSInvalidCastException = class
    inherit InvalidCastException
    interface IContainsErrorRecord
type PSInvalidCastException = class
    inherit InvalidCastException
    interface IContainsErrorRecord
Public Class PSInvalidCastException
Inherits InvalidCastException
Implements IContainsErrorRecord
Inheritance
PSInvalidCastException
Attributes
Implements

Constructors

PSInvalidCastException()

Initializes a new instance of PSInvalidCastException with the message set to typeof(PSInvalidCastException).FullName.

PSInvalidCastException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of PSInvalidCastException with serialization parameters.

PSInvalidCastException(String)

Initializes a new instance of PSInvalidCastException setting the message.

PSInvalidCastException(String, Exception)

Initializes a new instance of PSInvalidCastException setting the message and innerException.

Properties

ErrorRecord

Gets the ErrorRecord associated with this exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the PSInvalidCastException object.

Applies to