Click or drag to resize

WarningThrownEventArgs Class

Base arguments class for warning thrown events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ema3d.Api.V25WarningThrownEventArgs
      ema3d.Api.V25.Core.ExecutionExportWarningThrownEventArgs

Namespace: ema3d.Api.V25
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class WarningThrownEventArgs : EventArgs

The WarningThrownEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyMessage Gets the message received from the process.
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