CannotCreatePipelineComponentException Constructor
Initializes a new instance of the CannotCreatePipelineComponentException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub New ( _
className As String _
)
'Usage
Dim className As String
Dim instance As New CannotCreatePipelineComponentException(className)
public CannotCreatePipelineComponentException(
string className
)
public:
CannotCreatePipelineComponentException(
String^ className
)
new :
className:string -> CannotCreatePipelineComponentException
public function CannotCreatePipelineComponentException(
className : String
)
Parameters
- className
Type: System.String
The value of the UserComponentTypeName property of the Script component.