M_Furcadia_IO_FurcadiaNotFoundException__ctor_3 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Initializes a new instance of the FurcadiaNotFoundException class
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public FurcadiaNotFoundException(
string message,
Exception innerException
)
VB
Public Sub New (
message As String,
innerException As Exception
)
VB Usage
Dim message As String
Dim innerException As Exception
Dim instance As New FurcadiaNotFoundException(message,
innerException)
C++
public:
FurcadiaNotFoundException(
String^ message,
Exception^ innerException
)
F#
new :
message : string *
innerException : Exception -> FurcadiaNotFoundException
- message
- Type: System.String
[Missing documentation for "M:Furcadia.IO.FurcadiaNotFoundException.#ctor(System.String,System.Exception)"] - innerException
- Type: System.Exception
[Missing documentation for "M:Furcadia.IO.FurcadiaNotFoundException.#ctor(System.String,System.Exception)"]
FurcadiaNotFoundException Class
FurcadiaNotFoundException Overload
Furcadia.IO Namespace