Class FileException
Implements
Inherited Members
Namespace: Glitch9.IO.Files
Assembly: Glitch9.IO.dll
Syntax
public class FileException : Exception, ISerializable
Constructors
| Edit this page View SourceFileException(string)
Declaration
public FileException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
FileException(string, Exception)
Declaration
public FileException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |