ReviewRoutingStopReplicatorException 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 ReviewRoutingStopReplicatorException(message, _
innerException)
public ReviewRoutingStopReplicatorException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
- innerException
Type: System.Exception
See also
Reference
ReviewRoutingStopReplicatorException class
ReviewRoutingStopReplicatorException members