Partager via


TypeNotFoundException(String) Constructeur

Définition

Initialise une nouvelle instance de la classe TypeNotFoundException à l'aide du type spécifié.

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)

Paramètres

type
String

Représente le type de l'exception.

S’applique à