UndoManager.ExceptionEventArgs(Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ExceptionEventArgs(Exception ^ ex);
public ExceptionEventArgs (Exception ex);
new Microsoft.ReportDesigner.UndoManager.ExceptionEventArgs : Exception -> Microsoft.ReportDesigner.UndoManager.ExceptionEventArgs
Public Sub New (ex As Exception)
Parameters
- ex
- Exception