ExpirationTaskCompletedException Constructor (String, Exception)

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.Workflow.Routing (in Microsoft.Office.Workflow.Routing.dll)

Syntax

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

Dim instance As New ExpirationTaskCompletedException(message, _
    innerException)
public ExpirationTaskCompletedException(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

ExpirationTaskCompletedException Class

ExpirationTaskCompletedException Members

ExpirationTaskCompletedException Overload

Microsoft.Office.Workflow Namespace