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