ItemOperationCompletedEventArgs.ErrorReason Property

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Property for holding the reason if an error occurs.

Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public string ErrorReason { get; set; }
Visual Basic
Public Property ErrorReason As String
	Get
	Set
Visual C++
public:
property String^ ErrorReason {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also