Click or drag to resize

IErrorsAdd Method (ErrorKind, String)

Add a new instance of Error.

Namespace:  EBP.Api.Interfaces.Misc
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IError Add(
	ErrorKind kind,
	string message
)

Parameters

kind
Type: EBP.Api.Interfaces.MiscErrorKind
Error kind
message
Type: SystemString
Message

Return Value

Type: IError
the new Error
See Also