Ler em inglês

Compartilhar via


Construtor ExpressionTypeMistmatchException (String, String)

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Sub New ( _
    typeLeft As String, _
    typeRight As String _
)
'Uso
Dim typeLeft As String
Dim typeRight As String

Dim instance As New ExpressionTypeMistmatchException(typeLeft, _
    typeRight)

Parâmetros