Partager via


Constructeur MissingObjectException (String, Exception)

Initializes a new instance of the MissingObjectException class with the specified message and inner exception.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Utilisation
Dim message As String 
Dim innerException As Exception 

Dim instance As New MissingObjectException(message, _
    innerException)
public MissingObjectException(
    string message,
    Exception innerException
)
public:
MissingObjectException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> MissingObjectException
public function MissingObjectException(
    message : String, 
    innerException : Exception
)

Paramètres

  • message
    Type : System.String
    A String value that specifies the message string for the missing object exception.
  • innerException
    Type : System.Exception
    An Exception object that specifies the inner exception for the missing object exception.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

MissingObjectException Classe

Surcharge MissingObjectException

Espace de noms Microsoft.SqlServer.Management.Smo