TemplateProcessingError Class
Contains information about errors resulted in running a Visual Studio T4 text template transformation.
Assembly: Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)
The TemplateProcessingError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TemplateProcessingError | Initializes a new instance of the TemplateProcessingError class. |
| Name | Description | |
|---|---|---|
![]() | ColumnNumber | Column number within the line. |
![]() | LineNumber | Line number within the T4 template. |
![]() | Message | Error message. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Overriding base implementation. (Overrides Object.ToString().) |
Show:
