ToolingException 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.
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, 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. |
| ToolingException(String) |
Initializes a new instance of the Exception class with a specified error message. |
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. |