WrongPropertyValueException 생성자

정의

오버로드

Name Description
WrongPropertyValueException()

T:Microsoft 생성자입니다. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(Property)

T:Microsoft 생성자입니다. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String)

T:Microsoft 생성자입니다. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String, Exception)

T:Microsoft 생성자입니다. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException()

T:Microsoft 생성자입니다. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException();
Public Sub New ()

적용 대상

WrongPropertyValueException(Property)

T:Microsoft 생성자입니다. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(Microsoft.SqlServer.Management.Smo.Property propertyObject);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : Microsoft.SqlServer.Management.Smo.Property -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (propertyObject As Property)

매개 변수

propertyObject
Property

제공된 값이 잘못된 속성입니다.

적용 대상

WrongPropertyValueException(String)

T:Microsoft 생성자입니다. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(string message);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String)

매개 변수

message
String

strng인 예외의 메시지입니다.

적용 대상

WrongPropertyValueException(String, Exception)

T:Microsoft 생성자입니다. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

예외의 메시지(문자열)입니다.

innerException
Exception

현재 예외를 발생시킨 T:System.Exception 인스턴스입니다.

적용 대상