ITextTemplatingCallback.ErrorCallback(Boolean, String, Int32, Int32) Method
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.
public:
void ErrorCallback(bool warning, System::String ^ message, int line, int column);
public void ErrorCallback (bool warning, string message, int line, int column);
abstract member ErrorCallback : bool * string * int * int -> unit
Public Sub ErrorCallback (warning As Boolean, message As String, line As Integer, column As Integer)
Parameters
- warning
- Boolean
- message
- String
- line
- Int32
- column
- Int32