Searched refs:ExceptionAttribute (Results 1 – 4 of 4) sorted by relevance
41 public sealed class ExceptionAttribute: System.Attribute class49 public ExceptionAttribute(Type[] raises) in ExceptionAttribute() method in uno.ExceptionAttribute
1060 if (arAttr.Length == 1 && arAttr[0].GetType() == typeof(uno.ExceptionAttribute)) in testAttributes()1062 uno.ExceptionAttribute attr = arAttr[0] as uno.ExceptionAttribute; in testAttributes()1081 if (arAttr.Length == 1 && arAttr[0].GetType() == typeof(uno.ExceptionAttribute)) in testAttributes()1083 uno.ExceptionAttribute attr = arAttr[0] as uno.ExceptionAttribute; in testAttributes()1105 uno.ExceptionAttribute attr = arAttr[0] as uno.ExceptionAttribute; in testAttributes()1120 uno.ExceptionAttribute attr = arAttr[0] as uno.ExceptionAttribute; in testAttributes()
54 uno$/ExceptionAttribute.cs \
1955 __typeof(::uno::ExceptionAttribute)->GetConstructor(arTypesCtor); in get_exception_attribute()