MissingPropertyException 构造函数

定义

重载

MissingPropertyException()

构造函数

public MissingPropertyException();
Public Sub New ()

适用于

MissingPropertyException(String)

构造函数

public MissingPropertyException(string propertyName);
new Microsoft.SqlServer.Management.Dmf.MissingPropertyException : string -> Microsoft.SqlServer.Management.Dmf.MissingPropertyException
Public Sub New (propertyName As String)

参数

propertyName
String

适用于

MissingPropertyException(String, Exception)

基本构造函数

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

参数

message
String
innerException
Exception

适用于