Click or drag to resize
DispatchCoronaLuaEventResultFailedWith Method
Creates a new result object set to failed and with the given message.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public static DispatchCoronaLuaEventResult FailedWith(
	string message
)

Parameters

message
Type: SystemString
Message explaining why the operation failed. Can be null or empty.

Return Value

Type: DispatchCoronaLuaEventResult
Returns a new result object set to failed and with the given message.
See Also