Table of Contents

Constructor MergeTemplateException

Namespace
DocWright.MailMerge
Assembly
DocWright.MailMerge.dll

MergeTemplateException()

Initializes a new instance of the MergeTemplateException class.

public MergeTemplateException()

MergeTemplateException(string)

Initializes a new instance of the MergeTemplateException class.

public MergeTemplateException(string message)

Parameters

message string

The message.

MergeTemplateException(string, Exception)

Initializes a new instance of the MergeTemplateException class.

public MergeTemplateException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The cause.

MergeTemplateException(string, string?)

Initializes a new instance of the MergeTemplateException class naming the region at fault.

public MergeTemplateException(string message, string? regionName)

Parameters

message string

The message.

regionName string

The region the fault is in.