Udostępnij za pośrednictwem


Konstruktor UnsupportedVersionException (String, Exception)

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

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

Składnia

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

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

Parametry

  • innerException
    Typ: System.Exception
    Exception Wartość obiektu systemu, który określa wyjątek wewnętrzny wyjątek nieobsługiwanej wersji.