Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FailedToLaunchApplicationException Constructor

 

Initializes a new instance of the FailedToLaunchApplicationException class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

NameDescription
System_CAPS_pubmethodFailedToLaunchApplicationException()

Initializes a new instance of the FailedToLaunchApplicationException class.

System_CAPS_protmethodFailedToLaunchApplicationException(SerializationInfo^, StreamingContext)

Initializes a new instance of the FailedToLaunchApplicationException class for deserialization.

System_CAPS_pubmethodFailedToLaunchApplicationException(String^)

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

System_CAPS_pubmethodFailedToLaunchApplicationException(String^, Exception^)

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

Return to top
Show: