Share via


DbNotProvisionedException Constructor (String, Exception)

Initializes a new instance of the DbNotProvisionedException 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 DbNotProvisionedException(message, _
    inner)
public DbNotProvisionedException(
    string message,
    Exception inner
)
public:
DbNotProvisionedException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> DbNotProvisionedException
public function DbNotProvisionedException(
    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

DbNotProvisionedException Class

DbNotProvisionedException Overload

Microsoft.Synchronization.Data Namespace