Persistate API documentation
PersistateUserException Constructor (message, parameters)
NamespacesPersistatePersistateUserExceptionPersistateUserException(String, array<Object>[]()[][])

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

Creates a new PersistateUserException with the given message, which can be formatted similarly to string.Format
Declaration Syntax
C#
public PersistateUserException(
	string message,
	params Object[] parameters
)
Parameters
message (String)
The exception message text, which may contain placeholders similarly to the string in String.Format.
parameters (array<Object>[]()[][])
Zero or more parameters to replace the placeholders in the message.

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