예제 #1
0
        private string GetLastErrorMessageOnThread()
        {
            var nativeMsg = NativeCommon.FabricGetLastErrorMessage();

            return(StringResult.FromNative(nativeMsg));
        }