Udostępnij przez


Konstruktor MissingExtractServerPermissionsException (String, Exception)

Inicjuje nowe wystąpienie MissingExtractServerPermissionsException klasy z określonym wyjątek wewnętrzny i komunikat.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dac
Zestaw:  Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)

Składnia

'Deklaracja
Public Sub New ( _
    exceptionMessage As String, _
    innerException As Exception _
)
'Użycie
Dim exceptionMessage As String
Dim innerException As Exception

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

Parametry

  • exceptionMessage
    Typ: System.String
    A String wartość określająca wiadomości tego wyjątku.
  • innerException
    Typ: System.Exception
    Exception Obiekt, który zawiera wyjątek wewnętrzny, który spowodował wyjątek ten należy podnieść.