Поделиться через


Класс FunctionWrongArgumentTypeException

The FunctionWrongArgumentTypeException class is an exception that is raised when the function receives an argument that is the incorrect type.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public NotInheritable Class FunctionWrongArgumentTypeException _
    Inherits DmfException
'Применение
Dim instance As FunctionWrongArgumentTypeException
[SerializableAttribute]
public sealed class FunctionWrongArgumentTypeException : DmfException
[SerializableAttribute]
public ref class FunctionWrongArgumentTypeException sealed : public DmfException
[<SealedAttribute>]
[<SerializableAttribute>]
type FunctionWrongArgumentTypeException =  
    class
        inherit DmfException
    end
public final class FunctionWrongArgumentTypeException extends DmfException

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Иерархия наследования

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
        Microsoft.SqlServer.Management.Dmf..::..FunctionWrongArgumentTypeException

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.