VariableIsConstantException Constructor (String)

FFF3PP

VariableIsConstantException 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 VariableIsConstantException class

Namespace:  Furcadia.Net.Web
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public VariableIsConstantException(
	string message
)
Public Sub New ( 
	message As String
)

Dim message As String

Dim instance As New VariableIsConstantException(message)
public:
VariableIsConstantException(
	String^ message
)
new : 
        message : string -> VariableIsConstantException

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Furcadia.Net.Web.VariableIsConstantException.#ctor(System.String)"]

See Also