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

예외의 유형을 나타냅니다.

적용 대상