Constructor MergeTemplateException
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
messagestringThe message.
MergeTemplateException(string, Exception)
Initializes a new instance of the MergeTemplateException class.
public MergeTemplateException(string message, Exception innerException)
Parameters
MergeTemplateException(string, string?)
Initializes a new instance of the MergeTemplateException class naming the region at fault.
public MergeTemplateException(string message, string? regionName)