ITemplateEngineHost.OnNonCriticalError(String, String, String, Int64) Method
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.
Caution
Use Logger instead.
C#
[System.Obsolete("Use Logger instead.")]
public bool OnNonCriticalError (string code, string message, string currentFile, long currentPosition);
[<System.Obsolete("Use Logger instead.")>]
abstract member OnNonCriticalError : string * string * string * int64 -> bool
Public Function OnNonCriticalError (code As String, message As String, currentFile As String, currentPosition As Long) As Boolean
- code
- String
- message
- String
- currentFile
- String
- currentPosition
- Int64
- Attributes
Product | Versions (Obsolete) |
---|---|
Template Engine | (6.0.100, 7.0.100) |