TemplateProcessingError Class

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

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)

public class TemplateProcessingError

The TemplateProcessingError type exposes the following members.

  NameDescription
Public methodTemplateProcessingErrorInitializes a new instance of the TemplateProcessingError class.
Top

  NameDescription
Public propertyColumnNumberColumn number within the line.
Public propertyLineNumberLine number within the T4 template.
Public propertyMessageError message.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToStringOverriding base implementation. (Overrides Object.ToString().)
Top

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