public ShowDialog ( string title, string message = null, string details = null ) : void | ||
title | string | The title for the error dialog.. |
message | string | The error message to show. (Optional.) |
details | string | Details of the error, such as a call stack. (Optional.) |
return | void |