UndoManager.ExceptionEventArgs(Exception) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
ExceptionEventArgs(Exception ^ ex);
public ExceptionEventArgs (Exception ex);
new Microsoft.ReportDesigner.UndoManager.ExceptionEventArgs : Exception -> Microsoft.ReportDesigner.UndoManager.ExceptionEventArgs
Public Sub New (ex As Exception)
Parâmetros
- ex
- Exception