VisualizerObjectSourceException Class

Definition

Represents an exception thrown from the debuggee-side - through the EE, the visualizer infrastructure (debuggee host) or the debuggee user-code, and is thrown on the UI-side (catchable from the DialogDebuggerVisualizer).

It's a rough UI equivalent of Microsoft.VisualStudio.VIL.VisualStudioHost.DebuggeeVisualizerException.

public ref class VisualizerObjectSourceException : Exception
[System.Serializable]
public class VisualizerObjectSourceException : Exception
[<System.Serializable>]
type VisualizerObjectSourceException = class
    inherit Exception
Public Class VisualizerObjectSourceException
Inherits Exception
Inheritance
VisualizerObjectSourceException
Attributes

Constructors

VisualizerObjectSourceException(SerializationInfo, StreamingContext)

Constructs a VisualizerObjectSourceException instance with serialized data.

VisualizerObjectSourceException(String, String, String)

Constructs a VisualizerObjectSourceException instance.

Properties

ExceptionMessage

The exception message, if any.

ExceptionStackTrace

The stack trace of the exception thrown, if any.

ExceptionType

The type of the exception thrown, if any.

Methods

GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Applies to