IConfirmationResultContextReturnErrorResult Method |
IT Hit User File System
Cancels the operation, such as move/rename or delete.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 5.6.16274.0-Beta2
Syntaxvoid ReturnErrorResult(
Nullable<int> errorCode = null
)
Sub ReturnErrorResult (
Optional errorCode As Nullable(Of Integer) = Nothing
)
void ReturnErrorResult(
Nullable<int> errorCode = nullptr
)
abstract ReturnErrorResult :
?errorCode : Nullable<int>
(* Defaults:
let _errorCode = defaultArg errorCode null
*)
-> unit
Parameters
- errorCode (Optional)
- Type: SystemNullableInt32
Error code. Windows error codes are defined in [!:ITHit.FileSystem.Windows.CloudFileStatus] enum.
See Also