TypeMismatchException.ExistingType Property

Definition

Gets the current type for the exception.

public:
 property Type ^ ExistingType { Type ^ get(); };
public Type ExistingType { get; }
member this.ExistingType : Type
Public ReadOnly Property ExistingType As Type

Property Value

The current type of the exception.

Applies to