WrongPropertyValueException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | 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 實例。