Home
last modified time | relevance | path

Searched refs:ExceptionAttribute (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/cli_ure/source/basetypes/uno/
H A DExceptionAttribute.cs41 public sealed class ExceptionAttribute: System.Attribute class
49 public ExceptionAttribute(Type[] raises) in ExceptionAttribute() method in uno.ExceptionAttribute
/AOO41X/main/cli_ure/qa/climaker/
H A Dclimaker.cs1060 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()
/AOO41X/main/cli_ure/source/basetypes/
H A Dmakefile.mk54 uno$/ExceptionAttribute.cs \
/AOO41X/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1955 __typeof(::uno::ExceptionAttribute)->GetConstructor(arTypesCtor); in get_exception_attribute()