Persistate API documentation
Warn Method (message, parameters)
NamespacesPersistateUserInterfaceWarn(String, array<Object>[]()[][])

[This is preliminary documentation and is subject to change.]

Shows a warning message to the user.
Declaration Syntax
C#
public abstract void Warn(
	string message,
	params Object[] parameters
)
Parameters
message (String)
The message to show. Can have placeholders similar to String.Format.
parameters (array<Object>[]()[][])
The objects to replace into the placeholders in the message.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)