Share via


UnsupportedDataRecordTypeException(String) Constructor

Definition

Initializes a new instance of the UnsupportedDataRecordTypeException class.

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

Parameters

typeName
String

The name of the data type.

Applies to