Share via


SingleInstanceApplicationException Class

Definition

public ref class SingleInstanceApplicationException : Microsoft::VisualStudio::TestTools::Exceptions::EqtException
[System.Serializable]
public class SingleInstanceApplicationException : Microsoft.VisualStudio.TestTools.Exceptions.EqtException
[<System.Serializable>]
type SingleInstanceApplicationException = class
    inherit EqtException
Public Class SingleInstanceApplicationException
Inherits EqtException
Inheritance
SingleInstanceApplicationException
Attributes

Constructors

SingleInstanceApplicationException()
SingleInstanceApplicationException(SerializationInfo, StreamingContext)
SingleInstanceApplicationException(String)
SingleInstanceApplicationException(String, Exception)

Properties

Message

Gets the message that states the exception.

(Inherited from EqtException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializes the private fields.

(Inherited from EqtException)

Applies to