ResultTypeNotSupportedEnumeratorException-Konstruktor (String)

Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with specified message. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    msg As String _
)
'Usage
Dim msg As String

Dim instance As New ResultTypeNotSupportedEnumeratorException(msg)
public ResultTypeNotSupportedEnumeratorException(
    string msg
)
public:
ResultTypeNotSupportedEnumeratorException(
    String^ msg
)
new : 
        msg:string -> ResultTypeNotSupportedEnumeratorException
public function ResultTypeNotSupportedEnumeratorException(
    msg : String
)

Parameter

  • msg
    Typ: System. . :: . .String
    A String value that specifies the message string for the Result Type Not Supported Enumerator Exception.