Creates a new instance.
| C# | Visual Basic | Visual C++ |
public ActionFailedException( string message, string name, Element element, Exception innerException )
Public Sub New ( _ message As String, _ name As String, _ element As Element, _ innerException As Exception _ )
public: ActionFailedException( String^ message, String^ name, Element^ element, Exception^ innerException )
- message (String)
- The exception message.
- name (String)
- The name of the action.
- element (Element)
- The element for which the action failed.
- innerException (Exception)
- The inner exception.
