共用方式為


ScriptCompilerError(String, Boolean) 建構函式

定義

public:
 ScriptCompilerError(System::String ^ message, bool isError);
public ScriptCompilerError (string message, bool isError);
new Microsoft.BizTalk.BaseFunctoids.ScriptCompilerError : string * bool -> Microsoft.BizTalk.BaseFunctoids.ScriptCompilerError
Public Sub New (message As String, isError As Boolean)

參數

message
String
isError
Boolean

適用於