IErrorBuilderErrorMsg Method (String, String) |
Add an error message specifying the properties the message pertains to
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IErrorBuilder ErrorMsg(
string message,
params string[] properties
)
Function ErrorMsg (
message As String,
ParamArray properties As String()
) As IErrorBuilder
Parameters
- message
- Type: SystemString
- properties
- Type: SystemString
Return Value
Type:
IErrorBuilderSee Also