Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Error Constructor

Initializes a new instance with the specified error message.

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

Syntax

public Error( string message );
public Error(
    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.Error ClassYetaWF.Core Overview