Share via


VisualizerTargetUnavailableException Class

Definition

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

Remarks

When this exception is thrown, the attempt to retrieve the value of the target object should be aborted since the visualizer target is now unavailable. When the visualizer target becomes available again, the value of the target object may have changed, so a new value retrieval should be started.

Constructors

VisualizerTargetUnavailableException()

Initializes a new instance of the VisualizerTargetUnavailableException class.

VisualizerTargetUnavailableException(SerializationInfo, StreamingContext)

Initializes a new instance of the VisualizerTargetUnavailableException class.

VisualizerTargetUnavailableException(String)

Initializes a new instance of the VisualizerTargetUnavailableException class.

VisualizerTargetUnavailableException(String, Exception)

Initializes a new instance of the VisualizerTargetUnavailableException class.

Applies to