M_Furcadia_Net_Web_VariableIsConstantException__ctor_2 - 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 VariableIsConstantException class
Namespace: Furcadia.Net.Web
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public VariableIsConstantException(
string message
)
VB
Public Sub New (
message As String
)
VB Usage
Dim message As String
Dim instance As New VariableIsConstantException(message)
C++
public:
VariableIsConstantException(
String^ message
)
F#
new :
message : string -> VariableIsConstantException
- message
- Type: System.String
[Missing documentation for "M:Furcadia.Net.Web.VariableIsConstantException.#ctor(System.String)"]
VariableIsConstantException Class
VariableIsConstantException Overload
Furcadia.Net.Web Namespace