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