Udostępnij przez


InterpreterConfigException Constructors

Definition

Overloads

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

Applies to

InterpreterConfigException(String, Exception)

public InterpreterConfigException(string message, Exception inner);
new Microsoft.PowerFx.InterpreterConfigException : string * Exception -> Microsoft.PowerFx.InterpreterConfigException
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to