JGR MSTS Editors and Tools
FileException Constructor (fileName, message)
NamespacesJgrFileExceptionFileException(String, String)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the FileException class with its message string set to message.
Declaration Syntax
C#Visual BasicVisual C++
public FileException(
	string fileName,
	string message
)
Public Sub New ( _
	fileName As String, _
	message As String _
)
public:
FileException(
	String^ fileName, 
	String^ message
)
Parameters
fileName (String)
The filename for the file that is the cause of the exception.
message (String)
The error message that explains the reason for the exception.

Assembly: JGR (Module: JGR) Version: 0.5.4008.31681