Construtor ResultTypeNotSupportedEnumeratorException (String)
Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with specified message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
msg As String _
)
'Uso
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
)
Parâmetros
- msg
Tipo: System.String
A String value that specifies the message string for the Result Type Not Supported Enumerator Exception.
Consulte também
Referência
ResultTypeNotSupportedEnumeratorException Classe