FileScanningException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represent a failure caused when a file scanner job throws an error
public ref class FileScanningException : Exception
[System.Serializable]
public class FileScanningException : Exception
[<System.Serializable>]
type FileScanningException = class
inherit Exception
Public Class FileScanningException
Inherits Exception
- Inheritance
-
FileScanningException
- Attributes
Constructors
FileScanningException() |
Initializes a new instance of the FileScanningException class. |
FileScanningException(SerializationInfo, StreamingContext) |
Initializes a new instance of the FileScanningException class. |
FileScanningException(String) |
Initializes a new instance of the FileScanningException class. |
FileScanningException(String, Exception) |
Initializes a new instance of the FileScanningException class. |