Home
last modified time | relevance | path

Searched defs:OperationCanceledException (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Doperationcanceledexception.cs24 public class OperationCanceledException : SystemException class
35 public OperationCanceledException() in OperationCanceledException() method in System.OperationCanceledException
40 public OperationCanceledException(String message) in OperationCanceledException() method in System.OperationCanceledException
45 public OperationCanceledException(String message, Exception innerException) in OperationCanceledException() method in System.OperationCanceledException
51 public OperationCanceledException(CancellationToken token) in OperationCanceledException() method in System.OperationCanceledException
57 public OperationCanceledException(String message, CancellationToken token) in OperationCanceledException() method in System.OperationCanceledException
63 …public OperationCanceledException(String message, Exception innerException, CancellationToken toke… in OperationCanceledException() method in System.OperationCanceledException
69 …protected OperationCanceledException(SerializationInfo info, StreamingContext context) : base (inf… in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DOperationCanceledException.cs22 public class OperationCanceledException : SystemException class
33 public OperationCanceledException() in OperationCanceledException() method in System.OperationCanceledException
39 public OperationCanceledException(String message) in OperationCanceledException() method in System.OperationCanceledException
45 public OperationCanceledException(String message, Exception innerException) in OperationCanceledException() method in System.OperationCanceledException
52 public OperationCanceledException(CancellationToken token) in OperationCanceledException() method in System.OperationCanceledException
58 public OperationCanceledException(String message, CancellationToken token) in OperationCanceledException() method in System.OperationCanceledException
64 …public OperationCanceledException(String message, Exception innerException, CancellationToken toke… in OperationCanceledException() method in System.OperationCanceledException
70 …protected OperationCanceledException(SerializationInfo info, StreamingContext context) : base(info… in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DOperationCanceledException.cs22 public class OperationCanceledException : SystemException class
33 public OperationCanceledException() in OperationCanceledException() method in System.OperationCanceledException
39 public OperationCanceledException(String message) in OperationCanceledException() method in System.OperationCanceledException
45 public OperationCanceledException(String message, Exception innerException) in OperationCanceledException() method in System.OperationCanceledException
52 public OperationCanceledException(CancellationToken token) in OperationCanceledException() method in System.OperationCanceledException
58 public OperationCanceledException(String message, CancellationToken token) in OperationCanceledException() method in System.OperationCanceledException
64 …public OperationCanceledException(String message, Exception innerException, CancellationToken toke… in OperationCanceledException() method in System.OperationCanceledException
70 …protected OperationCanceledException(SerializationInfo info, StreamingContext context) : base(info… in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/ref/
H A DSystem.Threading.Tasks.cs32 public partial class OperationCanceledException : System.SystemException class
34 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
35 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
36 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
37 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
38 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
39 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
40 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/
H A DOperationCanceledException.java26 public final class OperationCanceledException extends RuntimeException { class
35 public OperationCanceledException() { in OperationCanceledException() method in OperationCanceledException
44 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/
H A DParseCanceledException.cs8 using OperationCanceledException = System.Exception; typedef
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs3858 public partial class OperationCanceledException : System.SystemException class
3860 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3861 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3862 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3863 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3864 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3865 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3866 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs3858 public partial class OperationCanceledException : System.SystemException class
3860 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3861 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3862 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3863 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3864 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3865 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3866 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A Dmscorlib.cs3801 public partial class OperationCanceledException : System.SystemException class
3803 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3804 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3805 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3806 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3807 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3808 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3809 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs3739 public partial class OperationCanceledException : System.SystemException class
3741 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3742 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3743 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3744 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3745 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3746 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3747 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs3768 public partial class OperationCanceledException : System.SystemException class
3770 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3771 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3772 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3773 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3774 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3775 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3776 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A Dmscorlib.cs3801 public partial class OperationCanceledException : System.SystemException class
3803 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3804 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3805 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3806 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3807 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3808 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3809 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A Dmscorlib.cs3801 public partial class OperationCanceledException : System.SystemException class
3803 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3804 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3805 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3806 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3807 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3808 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3809 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A Dmscorlib.cs3858 public partial class OperationCanceledException : System.SystemException class
3860 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3861 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3862 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3863 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3864 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3865 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3866 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmscorlib.cs3837 public partial class OperationCanceledException : System.SystemException class
3839 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3840 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3841 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3842 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3843 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3844 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3845 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A Dmscorlib.cs3759 public partial class OperationCanceledException : System.SystemException class
3761 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3762 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3763 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3764 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3765 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3766 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3767 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A Dmscorlib.cs3990 public partial class OperationCanceledException : System.SystemException class
3992 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3993 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3994 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3995 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3996 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3997 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3998 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A Dmscorlib.cs3985 public partial class OperationCanceledException : System.SystemException class
3987 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3988 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3989 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3990 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3991 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3992 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3993 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A Dmscorlib.cs3788 public partial class OperationCanceledException : System.SystemException class
3790 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3791 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3792 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3793 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3794 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3795 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3796 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A DtypescriptServices.d.ts1909 export class OperationCanceledException { class
H A Dtsserverlibrary.d.ts1909 export class OperationCanceledException { class
H A Dtypescript.d.ts1909 export class OperationCanceledException { class
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A Dmscorlib.cs3619 public partial class OperationCanceledException : System.SystemException class
3621 public OperationCanceledException() { } in OperationCanceledException() method in System.OperationCanceledException
3622 …protected OperationCanceledException(System.Runtime.Serialization.SerializationInfo info, System.R… in OperationCanceledException() method in System.OperationCanceledException
3623 public OperationCanceledException(string message) { } in OperationCanceledException() method in System.OperationCanceledException
3624 public OperationCanceledException(string message, System.Exception innerException) { } in OperationCanceledException() method in System.OperationCanceledException
3625 …public OperationCanceledException(string message, System.Exception innerException, System.Threadin… in OperationCanceledException() method in System.OperationCanceledException
3626 … public OperationCanceledException(string message, System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
3627 public OperationCanceledException(System.Threading.CancellationToken token) { } in OperationCanceledException() method in System.OperationCanceledException
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A DtypescriptServices.d.ts2043 export class OperationCanceledException { class
H A Dtsserverlibrary.d.ts2043 export class OperationCanceledException { class

12