Share via


TemplateProcessingError Class

Contains information about errors resulted in running a Visual Studio T4 text template transformation.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Scaffolding.Templating.TemplateProcessingError

Namespace:  Microsoft.AspNet.Scaffolding.Templating
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

Syntax

'Declaration
Public Class TemplateProcessingError
'Usage
Dim instance As TemplateProcessingError
public class TemplateProcessingError
public ref class TemplateProcessingError
type TemplateProcessingError =  class end
public class TemplateProcessingError

The TemplateProcessingError type exposes the following members.

Constructors

  Name Description
Public method TemplateProcessingError Initializes a new instance of the TemplateProcessingError class.

Top

Properties

  Name Description
Public property ColumnNumber Column number within the line.
Public property LineNumber Line number within the T4 template.
Public property Message Error message.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Overriding base implementation. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.Scaffolding.Templating Namespace

Other Resources

Scaffolding Overview

Creating a Custom Scaffolder for Visual Studio