Class CoreFilesystemException
Inheritance
CoreFilesystemException
Assembly: cs.temp.dll.dll
Syntax
public class CoreFilesystemException : Exception, ISerializable, _Exception
Constructors
CoreFilesystemException()
Declaration
public CoreFilesystemException()
CoreFilesystemException(String)
Declaration
public CoreFilesystemException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
CoreFilesystemException(String, Exception)
Declaration
public CoreFilesystemException(string message, Exception innerException)
Parameters
Implements