TypeNotFoundException(String) Konstruktor

Definition

Initialisiert eine neue Instanz der TypeNotFoundException-Klasse mit dem angegebenen Typ.

public:
 TypeNotFoundException(System::String ^ type);
public TypeNotFoundException (string type);
new Microsoft.SqlServer.Management.TypeNotFoundException : string -> Microsoft.SqlServer.Management.TypeNotFoundException
Public Sub New (type As String)

Parameter

type
String

Stellt den Typ der Ausnahme dar.

Gilt für: