Class SociallyDistantExtensions
Miscellaneous extension methods for Socially Distant.
Inherited Members
Namespace: SociallyDistant.Core.Shell
Assembly: SociallyDistant.Framework.dll
Syntax
public static class SociallyDistantExtensions
Methods
HandleUnexpectedException(IGameContext, Exception)
Handle an unexpected exception that isn't fatal enough to fuck over the entire .NET runtime.
Declaration
public static void HandleUnexpectedException(this IGameContext gameContext, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
IGameContext | gameContext | Socially Distant's game context. |
Exception | ex | The unhandled exception. |