Home
last modified time | relevance | path

Searched refs:BarrierPostPhaseException (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/tests/
H A DBarrierTests.cs318 catch (BarrierPostPhaseException ex) in RunBarrierTest8_PostPhaseException()
344 catch (BarrierPostPhaseException) in RunBarrierTest8_PostPhaseException()
448 Assert.NotNull(new BarrierPostPhaseException().Message); in PostPhaseException()
449 Assert.NotNull(new BarrierPostPhaseException((string)null).Message); in PostPhaseException()
450 Assert.Equal("test", new BarrierPostPhaseException("test").Message); in PostPhaseException()
451 Assert.NotNull(new BarrierPostPhaseException(exc).Message); in PostPhaseException()
452 Assert.Same(exc, new BarrierPostPhaseException(exc).InnerException); in PostPhaseException()
453 Assert.Equal("test", new BarrierPostPhaseException("test", exc).Message); in PostPhaseException()
454 Assert.Same(exc, new BarrierPostPhaseException("test", exc).InnerException); in PostPhaseException()
464BarrierPostPhaseException be = Assert.Throws<BarrierPostPhaseException>(() => barrier.SignalAndWai… in EnsurePostPhaseThrew()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/src/System/Threading/
H A DBarrier.cs27 public class BarrierPostPhaseException : Exception class
32 public BarrierPostPhaseException() in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
41 public BarrierPostPhaseException(Exception innerException) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
50 public BarrierPostPhaseException(string message) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
60 public BarrierPostPhaseException(string message, Exception innerException) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
61 : base(message == null ? SR.BarrierPostPhaseException : message, innerException) in BarrierPostPhaseException()
70 protected BarrierPostPhaseException(SerializationInfo info, StreamingContext context) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
750 throw new BarrierPostPhaseException(_exception); in SignalAndWait()
796 throw new BarrierPostPhaseException(_exception); in FinishPhase()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/threading/
H A DBarrier.cs34 public class BarrierPostPhaseException : Exception class
39 public BarrierPostPhaseException():this((string)null) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
47 public BarrierPostPhaseException(Exception innerException): this(null, innerException) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
55 public BarrierPostPhaseException(string message):this(message, null) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
64 public BarrierPostPhaseException(string message, Exception innerException) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
65 … : base(message == null ? SR.GetString(SR.BarrierPostPhaseException) : message, innerException) in BarrierPostPhaseException()
76 protected BarrierPostPhaseException(SerializationInfo info, StreamingContext context) in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
770 throw new BarrierPostPhaseException(m_exception); in SignalAndWait()
823 throw new BarrierPostPhaseException(m_exception); in FinishPhase()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/ref/
H A DSystem.Threading.cs71 public partial class BarrierPostPhaseException : System.Exception class
73 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
74 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
75 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
76 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
77 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Threading/
H A DTypeForwarders.cs26 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/Facades/
H A DSystem.Threading.cs19 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/Facades/
H A DSystem.Threading.cs19 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/Facades/
H A DSystem.Threading.cs19 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/Facades/
H A DSystem.Threading.cs23 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/Facades/
H A DSystem.Threading.cs23 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/Facades/
H A DSystem.Threading.cs23 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Threading.cs22 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Threading.cs21 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Threading.cs22 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/Facades/
H A DSystem.Threading.cs20 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Threading.cs22 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.BarrierPostPhaseException))]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs86 public const string BarrierPostPhaseException = "The postPhaseAction failed with an exception."; field in SR
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs10002 public partial class BarrierPostPhaseException : System.Exception class
10004 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10005 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10007 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10008 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10009 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs10174 public partial class BarrierPostPhaseException : System.Exception class
10176 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10177 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10179 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10180 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10181 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs10003 public partial class BarrierPostPhaseException : System.Exception class
10005 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10006 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10008 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10009 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10010 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs10173 public partial class BarrierPostPhaseException : System.Exception class
10175 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10176 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10178 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10179 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
10180 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs12821 public partial class BarrierPostPhaseException : System.Exception class
12823 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
12824 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
12825 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
12826 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
12827 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs13377 public partial class BarrierPostPhaseException : System.Exception class
13379 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13380 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13382 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13383 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13384 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs13428 public partial class BarrierPostPhaseException : System.Exception class
13430 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13431 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13433 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13434 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13435 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs13412 public partial class BarrierPostPhaseException : System.Exception class
13414 public BarrierPostPhaseException() { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13415 public BarrierPostPhaseException(System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13417 …protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Ru… in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13418 public BarrierPostPhaseException(string message) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException
13419 public BarrierPostPhaseException(string message, System.Exception innerException) { } in BarrierPostPhaseException() method in System.Threading.BarrierPostPhaseException

12