TypeNotFoundException(String) Constructor

Definición

Inicializa una nueva instancia de la clase TypeNotFoundException con el tipo especificado.

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)

Parámetros

type
String

Representa el tipo de la excepción.

Se aplica a