TypeMismatchException.ExistingType Property
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.
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.