VisualizerObjectSourceException.ExceptionType 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.
The type of the exception thrown, if any.
public:
property System::String ^ ExceptionType { System::String ^ get(); };
public:
property Platform::String ^ ExceptionType { Platform::String ^ get(); };
public string ExceptionType { get; }
member this.ExceptionType : string
Public ReadOnly Property ExceptionType As String