Dart.Mail 名前空間 > ComponentBase クラス : Error イベント |
<DescriptionAttribute("Raised when an unhandled Exception is thrown on a worker thread or Marshal(Exception) is used.")> <CategoryAttribute("Marshaled Data")> Public Event Error As EventHandler(Of ErrorEventArgs)
[Description("Raised when an unhandled Exception is thrown on a worker thread or Marshal(Exception) is used.")] [Category("Marshaled Data")] public event EventHandler<ErrorEventArgs> Error