InterpreterConfigException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| InterpreterConfigException() | |
| InterpreterConfigException(String) | |
| InterpreterConfigException(SerializationInfo, StreamingContext) | |
| InterpreterConfigException(String, Exception) |
InterpreterConfigException()
public InterpreterConfigException();
Public Sub New ()
Applies to
InterpreterConfigException(String)
public InterpreterConfigException(string message);
new Microsoft.PowerFx.InterpreterConfigException : string -> Microsoft.PowerFx.InterpreterConfigException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
InterpreterConfigException(SerializationInfo, StreamingContext)
protected InterpreterConfigException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.PowerFx.InterpreterConfigException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.PowerFx.InterpreterConfigException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext