Aracılığıyla paylaş


UnsupportedEngineTypeException Oluşturucusu (String, Exception)

Yeni bir başlatır örnek , UnsupportedEngineTypeException sınıfı için belirtilen ileti ve iç özel durum.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Kullanım
Dim message As String
Dim innerException As Exception

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

Parametreler

  • innerException
    Tür: System.Exception
    Bir Exception Sistem nesnesi değeri belirleyen iç özel durum için desteklenmeyen özelliği özel durum.