Click or drag to resize

ExportWarningThrownEventArgs Class

Provides data for ExportWarningThrownEventHandler event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ema3d.Api.V25WarningThrownEventArgs
      ema3d.Api.V25.Core.ExecutionExportWarningThrownEventArgs

Namespace: ema3d.Api.V25.Core.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public sealed class ExportWarningThrownEventArgs : WarningThrownEventArgs

The ExportWarningThrownEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyMessage Gets the message received from the process.
(Inherited from WarningThrownEventArgs)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also