Click or drag to resize
TemplateException Constructor (String, Exception)

[This is preliminary documentation and is subject to change.]

Constructor taking message and inner exception

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public TemplateException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:CSC.SC.TOPICA4.Template.TemplateException.#ctor(System.String,System.Exception)"]

inner
Type: SystemException

[Missing <param name="inner"/> documentation for "M:CSC.SC.TOPICA4.Template.TemplateException.#ctor(System.String,System.Exception)"]

See Also