Class UnrealExceptionFactory
Maps exceptions from UnrealToolkit's RPC hooks to C#.
Implements
IExceptionFactory<short>
Inherited Members
GenericExceptionFactory<short>.IsErrorCodeRegistered(short)
Namespace: Microsoft.XboxStudios.UnrealToolkit.Bifrost.HookClient
Assembly: UnrealToolkit.Bifrost.HookClient.dll
Syntax
public class UnrealExceptionFactory : GenericExceptionFactory<short>, IExceptionFactory<short>
Constructors
View SourceUnrealExceptionFactory()
Initializes a new instance of the UnrealExceptionFactory class.
Declaration
public UnrealExceptionFactory()
Implements
Microsoft.XboxStudios.ExceptionFactory.IExceptionFactory<TErrorCode>