Furcadia Framework For Third Party Programs
VariableIsConstantException Constructor (String, Exception) |
[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, 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