Name | Description | |
---|---|---|
![]() | FileSystemNotSupportedException Constructor(SerializationInfo, StreamingContext) | Initializes a new instance of the FileSystemNotSupportedException class with serialized data. |
Name | Description | |
---|---|---|
![]() | Cancel | Gets a boolean value indicating whether the operation has to be canceled. (Inherited from FileSystemException) |
![]() | DestinationItem | Gets the destination FileInfoBase that is related to the error.
In a multi-file transfer, this property is a null reference when the RetainFileList property of a TransferOptions object is false (default behavior to reduce memory footprint).
To have the destination item info available, set the RetainFileList property to true . (Inherited from FileSystemException) |
![]() | SourceItem | Gets the source FileInfoBase that is related to the error. (Inherited from FileSystemException) |
![]() | Status | Gets the exception status. (Inherited from FileSystemException) |
Name | Description | |
---|---|---|
![]() | GetObjectData | Sets the SerializationInfo with information about the FileSystemException. (Inherited from FileSystemException) |