Konstruktor UITestControlNotVisibleException — (String, Exception, String, Object)
Inicjuje nowe wystąpienie UITestControlNotVisibleException klasy.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Składnia
'Deklaracja
Public Sub New ( _
message As String, _
innerException As Exception, _
uiTestControl As String, _
exceptionSource As Object _
)
public UITestControlNotVisibleException(
string message,
Exception innerException,
string uiTestControl,
Object exceptionSource
)
public:
UITestControlNotVisibleException(
String^ message,
Exception^ innerException,
String^ uiTestControl,
Object^ exceptionSource
)
new :
message:string *
innerException:Exception *
uiTestControl:string *
exceptionSource:Object -> UITestControlNotVisibleException
public function UITestControlNotVisibleException(
message : String,
innerException : Exception,
uiTestControl : String,
exceptionSource : Object
)
Parametry
message
Typ: StringKomunikat o błędzie.
innerException
Typ: ExceptionOryginalny wyjątek, który spowodował wyjątek bieżącego.
uiTestControl
Typ: StringReprezentację ciągu UITestControl , jest zablokowany.
exceptionSource
Typ: Objectobject To jest źródło wyjątek.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
UITestControlNotVisibleException Klasa
Przeciążenie UITestControlNotVisibleException
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension