Fixed issue 1199 (Helper.cs compile error on Release)
This commit is contained in:
parent
2d363ba466
commit
205ad4bef1
|
@ -562,7 +562,7 @@ namespace Asterisk.NET
|
|||
logger.Error("Unable to convert value '" + attributes[name] + "' of property '" + name + "' on " + o.GetType() + " to required enum type " + dataType, ex);
|
||||
continue;
|
||||
#else
|
||||
throw new ManagerException("Unable to convert value '" + attributes[name] + "' of property '" + name + "' on " + o.GetType() + " to required enum type " + dataType, ex); #endif
|
||||
throw new ManagerException("Unable to convert value '" + attributes[name] + "' of property '" + name + "' on " + o.GetType() + " to required enum type " + dataType, ex);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue