Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » MobiLink Server Error Messages » Alphabetic list of error messages

Script '%1!s!' returned an object of type '%2!s!', which is not a subtype of 'System.Void' or 'System.String' Next Page

Script '%1!s!' returns a '%2!s!' object, but only return types of 'System.Void' and 'System.String' are supported


Item

Value

Constant

EL_DNET_INVALID_RETURN_TYPE

Error code

-10173

Parameter 1

The method name.

Parameter 2

The returned object type.

Probable cause

The method is declared to return a type that is unexpected. Change your method to return the correct type.