The multiplayer error option. This is used in invokable error dialogs that provide general error messages to a User. Read more about error dialogues in our docs.
Member Functions
MultiplayerErrorOptions ( )
Creates a new instance of ::MultiplayerErrorOptions which is used to customize the option flow. It returns a handle to the newly created options object, which can be used to set various properties for the options.
This operator allows you to pass an instance of the ::MultiplayerErrorOptions class to native C code as an IntPtr. The operator returns the handle of the options object, or IntPtr.Zero if the object is null.