UITestControlNotVisibleException Конструкторы

Определение

Перегрузки

UITestControlNotVisibleException()

Инициализирует новый экземпляр класса UITestControlNotVisibleException.

UITestControlNotVisibleException(String)

Инициализирует новый экземпляр класса UITestControlNotVisibleException, используя указанное сообщение об ошибке.

UITestControlNotVisibleException(SerializationInfo, StreamingContext)

Инициализирует новый экземпляр класса UITestControlNotVisibleException для десериализации.

UITestControlNotVisibleException(String, Exception)

Инициализирует новый экземпляр класса UITestControlNotVisibleException.

UITestControlNotVisibleException(String, String, Object)

Инициализирует новый экземпляр класса UITestControlNotVisibleException.

UITestControlNotVisibleException(String, Exception, String, Object)

Инициализирует новый экземпляр класса UITestControlNotVisibleException.

UITestControlNotVisibleException()

Инициализирует новый экземпляр класса UITestControlNotVisibleException.

public:
 UITestControlNotVisibleException();
public UITestControlNotVisibleException ();
Public Sub New ()

Применяется к

UITestControlNotVisibleException(String)

Инициализирует новый экземпляр класса UITestControlNotVisibleException, используя указанное сообщение об ошибке.

public:
 UITestControlNotVisibleException(System::String ^ message);
public UITestControlNotVisibleException (string message);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : string -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Public Sub New (message As String)

Параметры

message
String

Сообщение об ошибке.

Применяется к

UITestControlNotVisibleException(SerializationInfo, StreamingContext)

Инициализирует новый экземпляр класса UITestControlNotVisibleException для десериализации.

protected:
 UITestControlNotVisibleException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected UITestControlNotVisibleException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Параметры

context
StreamingContext

Объект StreamingContext.

Применяется к

UITestControlNotVisibleException(String, Exception)

Инициализирует новый экземпляр класса UITestControlNotVisibleException.

public:
 UITestControlNotVisibleException(System::String ^ message, Exception ^ innerException);
public UITestControlNotVisibleException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : string * Exception -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Public Sub New (message As String, innerException As Exception)

Параметры

message
String

Сообщение об ошибке.

innerException
Exception

Исходное исключение, вызвавшее текущее исключение.

Применяется к

UITestControlNotVisibleException(String, String, Object)

Инициализирует новый экземпляр класса UITestControlNotVisibleException.

public:
 UITestControlNotVisibleException(System::String ^ message, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotVisibleException (string message, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : string * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Public Sub New (message As String, uiTestControl As String, exceptionSource As Object)

Параметры

message
String

Сообщение об ошибке.

uiTestControl
String

Строковое представление заблокированного объекта UITestControl.

exceptionSource
Object

Объект, являющийся источником исключения.

Применяется к

UITestControlNotVisibleException(String, Exception, String, Object)

Инициализирует новый экземпляр класса UITestControlNotVisibleException.

public:
 UITestControlNotVisibleException(System::String ^ message, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotVisibleException (string message, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Public Sub New (message As String, innerException As Exception, uiTestControl As String, exceptionSource As Object)

Параметры

message
String

Сообщение об ошибке.

innerException
Exception

Исходное исключение, вызвавшее текущее исключение.

uiTestControl
String

Строковое представление заблокированного объекта UITestControl.

exceptionSource
Object

Объект, являющийся источником исключения.

Применяется к