TypeNotFoundException(String) コンストラクター

定義

型を指定して、TypeNotFoundException クラスの新しいインスタンスを初期化します。

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)

パラメーター

type
String

例外の種類を表します。

適用対象