Share via


TemplateException Class

Definition

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.

Applies to