Click or drag to resize
LogicExceptionGetAllMessages Method
Combines the AdditionalMessage and the messages within all the Errors into one display string with newline characters

Namespace: Entelect.ErrorHandling
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
protected static string GetAllMessages(
	string message,
	LogicErrors logicErrors
)

Parameters

message
Type: SystemString
logicErrors
Type: Entelect.ErrorHandlingLogicErrors

Return Value

Type: String

[Missing <returns> documentation for "M:Entelect.ErrorHandling.LogicException.GetAllMessages(System.String,Entelect.ErrorHandling.LogicErrors)"]

See Also