EqtException Class

Definition

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

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)

Initializes a new instance of the EqtException class by using the provided message.

EqtException(String, Exception)

Initializes a new instance of the EqtException class by using the provided message and the inner exception.

Properties

Message

Gets the message that states the exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializes the private fields.

Applies to