MissingPropertyException Construtores

Definição

Sobrecargas

MissingPropertyException()

Construtor

public MissingPropertyException();
Public Sub New ()

Aplica-se a

MissingPropertyException(String)

Construtor

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

Parâmetros

propertyName
String

Aplica-se a

MissingPropertyException(String, Exception)

Construtor base

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)

Parâmetros

message
String
innerException
Exception

Aplica-se a