dotnet: log exceptions

This commit is contained in:
Bill Zissimopoulos
2017-05-06 23:39:58 -07:00
parent ff725f931d
commit f1ac28b0aa
2 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,7 @@ namespace Fsp
/* operations */
public virtual Int32 ExceptionHandler(Exception ex)
{
Api.FspDebugLog("%s\n", ex.ToString());
return STATUS_UNEXPECTED_IO_ERROR;
}
public virtual Int32 Init(Object Host)