VisualizerTargetUnavailableException Class
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.
An exception thrown by the RequestDataAsync(Nullable<ReadOnlySequence<Byte>>, CancellationToken) and ReplaceTargetObjectAsync(ReadOnlySequence<Byte>, CancellationToken) methods when the visualizer target is unavailable.
[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, Exception) |
Initializes a new instance of the VisualizerTargetUnavailableException class. |
VisualizerTargetUnavailableException(String) |
Initializes a new instance of the VisualizerTargetUnavailableException class. |