FileSystemCommandResult.Exception Property
Specifies an exception.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
Exception | Represents the exception that was raised during the command processing. |
See Also