MissingObjectException Constructors

Definition

Overloads

MissingObjectException()

Base constructor

MissingObjectException(String)

Base constructor

MissingObjectException(String, Exception)

Base constructor

MissingObjectException(String, String)

Constructor

MissingObjectException()

Base constructor

public MissingObjectException ();
Public Sub New ()

Applies to

MissingObjectException(String)

Base constructor

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

Parameters

message
String

Applies to

MissingObjectException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to

MissingObjectException(String, String)

Constructor

public MissingObjectException (string objectType, string objectName);
new Microsoft.SqlServer.Management.Dmf.MissingObjectException : string * string -> Microsoft.SqlServer.Management.Dmf.MissingObjectException
Public Sub New (objectType As String, objectName As String)

Parameters

objectType
String
objectName
String

Applies to