| 
            
              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.]
 
    Namespace: 
   Furcadia.Net.Web
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic 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 -> VariableIsConstantExceptionParameters
- message
 - Type: SystemString
The message that describes the error. 
See Also