Compartilhar via


TypeNotFoundException(String) Construtor

Definição

Inicializa uma nova instância da classe TypeNotFoundException com o 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 o tipo da exceção.

Aplica-se a