EqtException 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.
Provides a base class for all Enterprise Quality Tools exceptions.
public ref class EqtException : Exception
[System.Serializable]
public class EqtException : Exception
[<System.Serializable>]
type EqtException = class
inherit Exception
Public Class EqtException
Inherits Exception
- Inheritance
-
EqtException
- Derived
- Attributes
Constructors
| Name | Description |
|---|---|
| EqtException() |
Initializes a new instance of the EqtException class. |
| EqtException(SerializationInfo, StreamingContext) |
Initializes a new instance of the EqtException class to propagate the exception from the server to the client by using provided information and context. |
| EqtException(String, Exception) |
Initializes a new instance of the EqtException class by using the provided message and the inner exception. |
| EqtException(String) |
Initializes a new instance of the EqtException class by using the provided message. |
Properties
| Name | Description |
|---|---|
| Message |
Gets the message that states the exception. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Serializes the private fields. |