M_Furcadia_IO_FurcadiaNotFoundException__ctor_2 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

FurcadiaNotFoundException Constructor (String)

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

Syntax

C#

public FurcadiaNotFoundException(
	string message
)

VB

Public Sub New ( 
	message As String
)

VB Usage

Dim message As String

Dim instance As New FurcadiaNotFoundException(message)

C++

public:
FurcadiaNotFoundException(
	String^ message
)

F#

new : 
        message : string -> FurcadiaNotFoundException

Parameters

 

message
Type: System.String
[Missing documentation for "M:Furcadia.IO.FurcadiaNotFoundException.#ctor(System.String)"]

See Also

Reference

FurcadiaNotFoundException Class
FurcadiaNotFoundException Overload
Furcadia.IO Namespace

⚠️ **GitHub.com Fallback** ⚠️