CopyMoveResultErrorMessage Property |
The error message from the
ErrorCode that was encountered during the Copy or Move action.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String
Get
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string with get
Property Value
Type:
StringA message describing the error.
See Also