ExpirationTaskCompletedException constructor (String, Exception)
Initializes a new instance of the ExpirationTaskCompletedException class.
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
- message
Type: System.String
- innerException
Type: System.Exception
See also
Reference
ExpirationTaskCompletedException class
ExpirationTaskCompletedException members