mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make ErrorRecord public
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace Microsoft.Iris.Session
|
||||
{
|
||||
internal class ErrorRecord
|
||||
public class ErrorRecord
|
||||
{
|
||||
public string Context;
|
||||
public string Message;
|
||||
|
||||
Reference in New Issue
Block a user