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.

DecodingFailedException Constructor

 

Initializes a new instance of the DecodingFailedException class.

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

NameDescription
System_CAPS_pubmethodDecodingFailedException()

Initializes a new instance of the DecodingFailedException class.

System_CAPS_protmethodDecodingFailedException(SerializationInfo^, StreamingContext)

Initializes a new instance of the DecodingFailedException class from XML by using the provided information and context.

System_CAPS_pubmethodDecodingFailedException(String^)

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

System_CAPS_pubmethodDecodingFailedException(String^, Exception^)

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

Return to top
Show: