Exception Class
class FSException
Specifies the file stream exception class and inherits the exception class.
public class FSException <: Exception {
public init()
public init(message: String)
}
Parent Type:
init()
public init()
Description: Constructs a file exception instance without exception information.
init(String)
public init(message: String)
Description: Constructs a file exception instance with exception information.
Parameters:
- message: String: error information