다음을 통해 공유


PropertyException 생성자

정의

PropertyException 클래스의 새 인스턴스를 초기화합니다.

오버로드

PropertyException()

기본 속성 값을 사용하여 PropertyException 클래스의 새 인스턴스를 초기화합니다.

PropertyException(ISfcProperty, String)

지정한 속성 및 메시지를 사용하여 PropertyException 클래스의 새 인스턴스를 초기화합니다.

PropertyException()

기본 속성 값을 사용하여 PropertyException 클래스의 새 인스턴스를 초기화합니다.

public:
 PropertyException();
public PropertyException ();
Public Sub New ()

적용 대상

PropertyException(ISfcProperty, String)

지정한 속성 및 메시지를 사용하여 PropertyException 클래스의 새 인스턴스를 초기화합니다.

public:
 PropertyException(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ property, System::String ^ message);
public PropertyException (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property, string message);
new Microsoft.SqlServer.Management.Data.PropertyException : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty * string -> Microsoft.SqlServer.Management.Data.PropertyException
Public Sub New (property As ISfcProperty, message As String)

매개 변수

property
ISfcProperty

속성의 PropertyException을 나타내는 인터페이스입니다.

message
String

메시지를 포함하는 문자열 값입니다.

적용 대상