PostSharpAPI ReferencePost­Sharp.​Patterns.​ContractsLocation­Contract­AttributeGet­Error­Message­Arguments
Open sandboxFocus

Method GetErrorMessageArguments

GetErrorMessageArguments()

Gets values of additional arguments for error message associated with particular instance of LocationContractAttribute. There arguments can be referenced from error message string by {4}, {5} and so on.

Declaration
protected virtual object[] GetErrorMessageArguments()
Returns
Type Description
Object[]

An array of additional argument values.