FileSystemUnboundedRecursiveCallException Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Represents an exception that is thrown when the execution stack of the custom file provider (class derived from the ReadOnlyFileSystemProvider or ReadWriteFileSystemProvider) contains too many recursive calls.
This exception is a strong indication of a faulty behavior caused by a bug in the custom file system provider implementation.
Syntax
public class FileSystemUnboundedRecursiveCallException : FileSystemException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
FileSystemUnboundedRecursiveCallException() | Initializes a new instance of the FileSystemUnboundedRecursiveCallException class. |
FileSystemUnboundedRecursiveCallException(String) | Initializes a new instance of the FileSystemUnboundedRecursiveCallException class. |
FileSystemUnboundedRecursiveCallException(String, Exception) | Initializes a new instance of the FileSystemUnboundedRecursiveCallException class. |