UnsupportedBufferDataTypeException(String) Constructor

Definition

Initializes a new instance of the UnsupportedBufferDataTypeException class.

public:
 UnsupportedBufferDataTypeException(System::String ^ typeName);
public UnsupportedBufferDataTypeException (string typeName);
new Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException : string -> Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException
Public Sub New (typeName As String)

Parameters

typeName
String

The name of the data type.

Applies to