nspectre - declarative validation for .NET

CompilationException Constructor (String, Exception)

Creates a new instance of CompilationException.

public CompilationException(
   string message,
   Exception inner
);

Parameters

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

See Also

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