refactored code and minor bug fixing
This commit is contained in:
9
bindings/dotnet/UnicornManaged/UnicornEngineException.fs
Normal file
9
bindings/dotnet/UnicornManaged/UnicornEngineException.fs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace UnicornManaged
|
||||
|
||||
open System
|
||||
|
||||
type UnicornEngineException(errNo: Int32, msg: String) =
|
||||
inherit ApplicationException(msg)
|
||||
|
||||
member this.ErrorNo = errNo
|
||||
|
||||
Reference in New Issue
Block a user