PropertyNotFoundException(String) 생성자

정의

속성 예외에 대해 지정한 이름을 사용하여 PropertyNotFoundException 클래스의 새 인스턴스를 초기화합니다.

public:
 PropertyNotFoundException(System::String ^ propertyName);
public PropertyNotFoundException (string propertyName);
new Microsoft.SqlServer.Management.PropertyNotFoundException : string -> Microsoft.SqlServer.Management.PropertyNotFoundException
Public Sub New (propertyName As String)

매개 변수

propertyName
String

속성 예외의 이름을 나타내는 문자열입니다.

적용 대상