Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.InternalError Constructor

Initializes a new instance with the specified error message.

Class: YetaWF.Core.Support.InternalError
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public InternalError( string message );
public InternalError(
    string message,
    params object?[] parms );

Parameters

message

Defines the error message using a composite format string.

parms

An array of objects to format.

See Also YetaWF.Core.Support.InternalError ClassYetaWF.Core Overview