Home
last modified time | relevance | path

Searched refs:CatchExceptionType (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeCatchClauseTest.cs45 Assert.IsNotNull (ccc.CatchExceptionType, "#1"); in Constructor0()
62 ccc.CatchExceptionType = null; in Constructor0()
63 Assert.IsNotNull (ccc.CatchExceptionType, "#10"); in Constructor0()
67 ccc.CatchExceptionType = cet; in Constructor0()
77 Assert.IsNotNull (ccc.CatchExceptionType, "#1"); in Constructor1()
103 Assert.IsNotNull (ccc.CatchExceptionType, "#1"); in Constructor2()
117 ccc.CatchExceptionType = null; in Constructor2()
118 Assert.IsNotNull (ccc.CatchExceptionType, "#10"); in Constructor2()
124 Assert.IsNotNull (ccc.CatchExceptionType, "#14"); in Constructor2()
137 Assert.IsNotNull (ccc.CatchExceptionType, "#1"); in Constructor3()
[all …]
H A DCodeCatchClauseCas.cs56 …Assert.AreEqual ("System.Exception", ccc.CatchExceptionType.BaseType, "CatchExceptionType.BaseType… in Constructor0_Deny_Unrestricted()
57 ccc.CatchExceptionType = new CodeTypeReference ("System.Void"); in Constructor0_Deny_Unrestricted()
68 …Assert.AreEqual ("System.Exception", ccc.CatchExceptionType.BaseType, "CatchExceptionType.BaseType… in Constructor1_Deny_Unrestricted()
69 ccc.CatchExceptionType = new CodeTypeReference ("System.Void"); in Constructor1_Deny_Unrestricted()
81 Assert.AreEqual ("System.Void", ccc.CatchExceptionType.BaseType, "CatchExceptionType.BaseType"); in Constructor2_Deny_Unrestricted()
82 ccc.CatchExceptionType = new CodeTypeReference ("System.Int32"); in Constructor2_Deny_Unrestricted()
95 Assert.AreEqual ("System.Void", ccc.CatchExceptionType.BaseType, "CatchExceptionType.BaseType"); in Constructor3_Deny_Unrestricted()
96 ccc.CatchExceptionType = new CodeTypeReference ("System.Int32"); in Constructor3_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/Other/
H A DCodeCatchClauseTests.cs20 …Assert.Equal(new CodeTypeReference(typeof(Exception)).BaseType, catchClause.CatchExceptionType.Bas… in Ctor_Default()
29 Assert.Equal(typeof(Exception).ToString(), catchClause.CatchExceptionType.BaseType); in Ctor_String()
46 …pe ?? new CodeTypeReference(typeof(Exception))).BaseType, catchClause.CatchExceptionType.BaseType); in Ctor_String_CodeTypeReference()
63 …pe ?? new CodeTypeReference(typeof(Exception))).BaseType, catchClause.CatchExceptionType.BaseType); in Ctor_String_CodeTypeReference_ParamsCodeStatement()
94 catchClause.CatchExceptionType = value; in CatchExceptionType_Set_Get_ReturnsExpected()
95 …ue ?? new CodeTypeReference(typeof(Exception))).BaseType, catchClause.CatchExceptionType.BaseType); in CatchExceptionType_Set_Get_ReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeCatchClause.cs40 public CodeTypeReference CatchExceptionType property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeCatchClause.cs77 public CodeTypeReference CatchExceptionType { property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeValidator.cs554 ValidateTypeReference(current.CatchExceptionType); in ValidateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeValidator.cs454 ValidateTypeReference(current.CatchExceptionType); in ValidateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/
H A DVBCodeGenerator.cs1293 OutputTypeNamePair(current.CatchExceptionType, current.LocalName); in GenerateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/visualbasic/
H A DVBCodeProvider.cs1567 OutputTypeNamePair(current.CatchExceptionType, current.LocalName); in GenerateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/CodeGen/
H A Ddatacache.cs1561 ccc.CatchExceptionType = Type(type); in Catch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/CSharp/
H A DCSharpCodeGenerator.cs1084 OutputType(current.CatchExceptionType); in GenerateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs182 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/csharp/
H A Dcsharpcodeprovider.cs1501 OutputType(current.CatchExceptionType); in GenerateTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs656 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs654 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs624 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs641 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs641 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs624 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs624 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs638 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs688 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs641 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs679 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } property in System.CodeDom.CodeCatchClause