| 
            
              VariableIsConstantException Constructor (String, Exception)
             | 
          
        
        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,
	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 -> VariableIsConstantExceptionParameters
- message
 - Type: SystemString
The message. - inner
 - Type: SystemException
The inner. 
See Also