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

适用于