VariableIsConstantException Constructor (String, Exception)

Furcadia Framework

VariableIsConstantException Constructor (String, Exception)

Furcadia Framework For Third Party Programs
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 42
Syntax

public VariableIsConstantException(
	string message,
	Exception inner
)
Public Sub New ( 
	message As String,
	inner As Exception
)

Dim message As String
Dim inner As Exception

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

Parameters

message
Type: SystemString

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

inner
Type: SystemException

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

See Also

Reference