ExportErrorEventArgs.ErrorMessage Property

Definition

The error message corresponding to this export error.

public:
 property System::String ^ ErrorMessage { System::String ^ get(); };
public string ErrorMessage { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ErrorMessage : string
Public ReadOnly Property ErrorMessage As String

Property Value

Attributes

Remarks

Derived from the exception's Message field, if an exception was provided.

Applies to