VisualizerObjectSourceException Constructors
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.
Overloads
VisualizerObjectSourceException(SerializationInfo, StreamingContext) |
Constructs a VisualizerObjectSourceException instance with serialized data. |
VisualizerObjectSourceException(String, String, String) |
Constructs a VisualizerObjectSourceException instance. |
VisualizerObjectSourceException(SerializationInfo, StreamingContext)
Constructs a VisualizerObjectSourceException instance with serialized data.
public:
VisualizerObjectSourceException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
public VisualizerObjectSourceException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.DebuggerVisualizers.VisualizerObjectSourceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.DebuggerVisualizers.VisualizerObjectSourceException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
Serialization information from which this VisualizerObjectSourceException instance will be created.
- context
- StreamingContext
Additional context information about the info
stream.
Applies to
VisualizerObjectSourceException(String, String, String)
Constructs a VisualizerObjectSourceException instance.
public:
VisualizerObjectSourceException(System::String ^ exceptionType, System::String ^ exceptionStackTrace, System::String ^ exceptionMessage);
public:
VisualizerObjectSourceException(Platform::String ^ exceptionType, Platform::String ^ exceptionStackTrace, Platform::String ^ exceptionMessage);
VisualizerObjectSourceException(std::wstring const & exceptionType, std::wstring const & exceptionStackTrace, std::wstring const & exceptionMessage);
public VisualizerObjectSourceException (string exceptionType, string exceptionStackTrace, string exceptionMessage);
new Microsoft.VisualStudio.DebuggerVisualizers.VisualizerObjectSourceException : string * string * string -> Microsoft.VisualStudio.DebuggerVisualizers.VisualizerObjectSourceException
Public Sub New (exceptionType As String, exceptionStackTrace As String, exceptionMessage As String)
Parameters
- exceptionType
- String
The type of the exception thrown.
- exceptionStackTrace
- String
The stack trace of the exception thrown.
- exceptionMessage
- String
The exception message.