Aqueduct.Appia.Razor.NancyRazorErrorView.NancyRazorErrorView C# (CSharp) Method

NancyRazorErrorView() public method

public NancyRazorErrorView ( string message ) : Aqueduct.Appia.Core
message string
return Aqueduct.Appia.Core
        public NancyRazorErrorView(string message)
        {
            this.Message = message;
        }