TypeNotFoundException(String) Constructor

Definition

Initializes a new instance of the TypeNotFoundException class with the specified type.

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)

Parameters

type
String

Represents the type of the exception.

Applies to