Compartilhar via


Construtor FunctionNotASmoObjectException (String, String)

Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function and object type.

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

Sintaxe

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

Dim instance As New FunctionNotASmoObjectException(functionName, _
    targetType)
public FunctionNotASmoObjectException(
    string functionName,
    string targetType
)
public:
FunctionNotASmoObjectException(
    String^ functionName, 
    String^ targetType
)
new : 
        functionName:string * 
        targetType:string -> FunctionNotASmoObjectException
public function FunctionNotASmoObjectException(
    functionName : String, 
    targetType : String
)

Parâmetros

  • functionName
    Tipo: System.String
    A String value that specifies the name of the function that is associated with the exception.
  • targetType
    Tipo: System.String
    A String value that specifies type of object that is not supported.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

FunctionNotASmoObjectException Classe

Sobrecarregado FunctionNotASmoObjectException

Namespace Microsoft.SqlServer.Management.Dmf