Compartilhar via


ActionExecutionException Constructor (String, Exception)

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

Namespace:  Microsoft.Office.BusinessApplications.Runtime
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.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 ActionExecutionException(message, _
    innerException)
public ActionExecutionException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String
    The error message that explains the reason for the exception.
  • innerException
    Type: System.Exception
    The inner exception that caused the current exception, or a a null reference (Nothing in Visual Basic) reference if no inner exception is specified.

See Also

Reference

ActionExecutionException Class

ActionExecutionException Members

ActionExecutionException Overload

Microsoft.Office.BusinessApplications.Runtime Namespace