語言

PropertyNotSetException 建構函式

定義

多載

PropertyNotSetException()

public PropertyNotSetException();
Public Sub New ()

適用於

PropertyNotSetException(String)

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

參數

message
String

適用於

PropertyNotSetException(String, Exception)

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

參數

message
String
innerException
Exception

適用於