TemplateException クラス

定義

診断を含むテンプレート例外。

[System.Serializable]
public class TemplateException : Exception
[<System.Serializable>]
type TemplateException = class
    inherit Exception
    interface ISerializable
Public Class TemplateException
Inherits Exception
継承
TemplateException
属性
実装

コンストラクター

TemplateException(String, IList<Diagnostic>)

TemplateException クラスの新しいインスタンスを初期化します。

プロパティ

Diagnostics

診断を取得または設定します。

適用対象