ToolingException Class

Definition

Represents an exception that occurred while running an operation in another AppDomain in the ToolingFacade.

[System.Serializable]
public class ToolingException : Exception
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification="SerializeObjectState used instead")]
[System.Serializable]
public class ToolingException : Exception
type ToolingException = class
    inherit Exception
Public Class ToolingException
Inherits Exception
Inheritance
ToolingException
Attributes

Constructors

ToolingException()

Initializes a new instance of the ToolingException class.

ToolingException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the Exception class with serialized data.

ToolingException(String)

Initializes a new instance of the Exception class with a specified error message.

ToolingException(String, Exception)

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.

ToolingException(String, String, String)

Initializes a new instance of the ToolingException class.

Properties

InnerStackTrace

Gets the stack trace of the exception that was thrown.

InnerType

Gets the type of the exception that was thrown.

Methods

GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

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

Applies to