Aracılığıyla paylaş


CannotUpgradeWithPendingOperationsException Constructor (String, Exception)

Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception.

Namespace:  Microsoft.BusinessData.Offlining
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception

Dim instance As New CannotUpgradeWithPendingOperationsException(message, _
    inner)
public CannotUpgradeWithPendingOperationsException(
    string message,
    Exception inner
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

  • inner
    Type: System.Exception

    The exception that is the cause of the current exception.

See Also

Reference

CannotUpgradeWithPendingOperationsException Class

CannotUpgradeWithPendingOperationsException Members

CannotUpgradeWithPendingOperationsException Overload

Microsoft.BusinessData.Offlining Namespace