static void SetPendingArgumentNullException(string message, string paramName) {
global::System.Exception e = SWIGPendingException.Retrieve();
if (e != null) message = message + " Inner Exception: " + e.Message;
- SWIGPendingException.Set(new global::System.ArgumentNullException(paramName, message));
+ SWIGPendingException.Set(new global::System.ArgumentNullException(message, paramName));
}
static void SetPendingArgumentOutOfRangeException(string message, string paramName) {
global::System.Exception e = SWIGPendingException.Retrieve();
{\r
public ApplicationException()\r
{\r
- new global::System.InvalidCastException();\r
+ new global::System.ApplicationException();\r
}\r
\r
public ApplicationException(string message)\r
{\r
- new global::System.InvalidCastException(message);\r
+ new global::System.ApplicationException(message);\r
}\r
\r
public ApplicationException(string message, Exception innerException)\r
{\r
- new global::System.InvalidCastException(message, innerException);\r
+ new global::System.ApplicationException(message, innerException);\r
}\r
}\r
\r
{\r
public SystemException()\r
{\r
- new global::System.InvalidCastException();\r
+ new global::System.SystemException();\r
}\r
\r
public SystemException(string message)\r
{\r
- new global::System.InvalidCastException(message);\r
+ new global::System.SystemException(message);\r
}\r
\r
public SystemException(string message, Exception innerException)\r
{\r
- new global::System.InvalidCastException(message, innerException);\r
+ new global::System.SystemException(message, innerException);\r
}\r
}\r
}\r
Property _prop = new Property(target, _str);
if (_prop.propertyIndex == Property.INVALID_INDEX)
{
- throw new System.Exception("second argument string property is invalid parameter!");
+ throw new System.ArgumentException("second argument string property is invalid parameter!");
}
PropertyType propertyType = target.GetPropertyType(_prop.propertyIndex);
Property _prop = new Property(target, _str);
if (_prop.propertyIndex == Property.INVALID_INDEX)
{
- throw new System.Exception("second argument string property is invalid parameter!");
+ throw new System.ArgumentException("second argument string property is invalid parameter!");
}
PropertyType propertyType = target.GetPropertyType(_prop.propertyIndex);
Property _prop = new Property(target, _str);
if (_prop.propertyIndex == Property.INVALID_INDEX)
{
- throw new System.Exception("second argument string property is invalid parameter!");
+ throw new System.ArgumentException("second argument string property is invalid parameter!");
}
PropertyType propertyType = target.GetPropertyType(_prop.propertyIndex);
Property _prop = new Property(target, _str);
if (_prop.propertyIndex == Property.INVALID_INDEX)
{
- throw new System.Exception("second argument string property is invalid parameter!");
+ throw new System.ArgumentException("second argument string property is invalid parameter!");
}
PropertyType propertyType = target.GetPropertyType(_prop.propertyIndex);
Property _prop = new Property(target, _str);
if (_prop.propertyIndex == Property.INVALID_INDEX)
{
- throw new System.Exception("second argument string property is invalid parameter!");
+ throw new System.ArgumentException("second argument string property is invalid parameter!");
}
if (alphaFunction != null)
Property _prop = new Property(target, _str);
if (_prop.propertyIndex == Property.INVALID_INDEX)
{
- throw new System.Exception("second argument string property is invalid parameter!");
+ throw new System.ArgumentException("second argument string property is invalid parameter!");
}
Tizen.NUI.TimePeriod time = new Tizen.NUI.TimePeriod(MilliSecondsToSeconds(startTime), MilliSecondsToSeconds(endTime - startTime));