Share via


CorruptedResultException Constructor (String)

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

Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    msg As String _
)
public CorruptedResultException(
    string msg
)
public:
CorruptedResultException(
    String^ msg
)
new : 
        msg:string -> CorruptedResultException
public function CorruptedResultException(
    msg : String
)

Parameters

  • msg
    Type: String

    Message that describes the exception.

.NET Framework Security

See Also

Reference

CorruptedResultException Class

CorruptedResultException Overload

Microsoft.VisualStudio.TestTools.Exceptions Namespace