Share via


DbPartiallyProvisionedException Constructor (String, Exception)

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

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.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 DbPartiallyProvisionedException(message, _
    inner)
public DbPartiallyProvisionedException(
    string message,
    Exception inner
)
public:
DbPartiallyProvisionedException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> DbPartiallyProvisionedException
public function DbPartiallyProvisionedException(
    message : String, 
    inner : Exception
)

Parameters

  • inner
    Type: System.Exception
    The exception instance that caused the current exception, or null reference (Nothing in Visual Basic) when no inner exception is specified.

See Also

Reference

DbPartiallyProvisionedException Class

DbPartiallyProvisionedException Overload

Microsoft.Synchronization.Data Namespace