Класс CannotCreateUserComponentException

Exception thrown when the Script component cannot instantiate the class that contains the custom code that the developer creates in the Script component. The class is named ScriptMain by default.

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

Синтаксис

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

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

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..CannotCreateUserComponentException

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

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