nspectre - declarative validation for .NET

TemplateException Constructor (String, Exception)

Creates a new instance of TemplateException.

public TemplateException(
   string message,
   Exception inner
);

Parameters

message
The exception message.
inner
The inner exception which will be wrapped by this exception.

See Also

TemplateException Class | NSpectre.Core.Exceptions Namespace | TemplateException Constructor Overload List