TemplateException Class
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.
Template Exception that contains diagnostics.
[System.Serializable]
public class TemplateException : Exception
[<System.Serializable>]
type TemplateException = class
inherit Exception
interface ISerializable
Public Class TemplateException
Inherits Exception
- Inheritance
-
TemplateException
- Attributes
- Implements
Constructors
TemplateException(String, IList<Diagnostic>) |
Initializes a new instance of the TemplateException class. |
Properties
Diagnostics |
Gets or sets diagnostics. |