Udostępnij za pośrednictwem


Konstruktor DecodingFailedException — (String, Exception)

Inicjuje nowe wystąpienie DecodingFailedException klasy przy użyciu dostarczonego wiadomości i wewnętrzny wyjątek.

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 _
)
public DecodingFailedException(
    string message,
    Exception innerException
)
public:
DecodingFailedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DecodingFailedException
public function DecodingFailedException(
    message : String, 
    innerException : Exception
)

Parametry

  • message
    Typ: String

    Komunikat o błędzie.

  • innerException
    Typ: Exception

    Wyjątek, który spowodował wyjątek bieżącego.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DecodingFailedException Klasa

Przeciążenie DecodingFailedException

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension