Home
last modified time | relevance | path

Searched refs:OperationAbortedException (Results 1 – 25 of 78) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/
H A DOperationAbortedException.cs12 public sealed class OperationAbortedException : SystemException class
14 …private OperationAbortedException(string message, Exception innerException) : base(message, innerE… in OperationAbortedException() method in System.Data.OperationAbortedException
19 …private OperationAbortedException(SerializationInfo info, StreamingContext context) : base(info, c… in OperationAbortedException() method in System.Data.OperationAbortedException
23 internal static OperationAbortedException Aborted(Exception inner) in Aborted()
25 OperationAbortedException e; in Aborted()
28 e = new OperationAbortedException(SR.GetString(SR.ADP_OperationAborted), null); in Aborted()
32 … e = new OperationAbortedException(SR.GetString(SR.ADP_OperationAbortedExceptionMessage), inner); in Aborted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DOperationAbortedException.cs19 public sealed class OperationAbortedException : SystemException { class
20 …private OperationAbortedException(string message, Exception innerException) : base(message, innerE… in OperationAbortedException() method in System.Data.OperationAbortedException
24 … private OperationAbortedException(SerializationInfo si, StreamingContext sc) : base(si, sc) { in OperationAbortedException() method in System.Data.OperationAbortedException
27 static internal OperationAbortedException Aborted(Exception inner) { in Aborted()
28 OperationAbortedException e; in Aborted()
30 e = new OperationAbortedException(Res.GetString(Res.ADP_OperationAborted), null); in Aborted()
33 … e = new OperationAbortedException(Res.GetString(Res.ADP_OperationAbortedExceptionMessage), inner); in Aborted()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudwatchlogs/types/
H A Derrors.go137 type OperationAbortedException struct { struct
143 func (e *OperationAbortedException) Error() string { argument
146 func (e *OperationAbortedException) ErrorMessage() string { argument
152 func (e *OperationAbortedException) ErrorCode() string { return "OperationAbortedExcept… argument
153 func (e *OperationAbortedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudwatchlogs/types/
H A Derrors.go125 type OperationAbortedException struct { struct
129 func (e *OperationAbortedException) Error() string { argument
132 func (e *OperationAbortedException) ErrorMessage() string { argument
138 func (e *OperationAbortedException) ErrorCode() string { return "OperationAbortedExcept… argument
139 func (e *OperationAbortedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types/
H A Derrors.go125 type OperationAbortedException struct { struct
129 func (e *OperationAbortedException) Error() string { argument
132 func (e *OperationAbortedException) ErrorMessage() string { argument
138 func (e *OperationAbortedException) ErrorCode() string { return "OperationAbortedExcept… argument
139 func (e *OperationAbortedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudwatchlogs/types/
H A Derrors.go125 type OperationAbortedException struct { struct
129 func (e *OperationAbortedException) Error() string { argument
132 func (e *OperationAbortedException) ErrorMessage() string { argument
138 func (e *OperationAbortedException) ErrorCode() string { return "OperationAbortedExcept… argument
139 func (e *OperationAbortedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudwatchlogs/types/
H A Derrors.go125 type OperationAbortedException struct { struct
129 func (e *OperationAbortedException) Error() string { argument
132 func (e *OperationAbortedException) ErrorMessage() string { argument
138 func (e *OperationAbortedException) ErrorCode() string { return "OperationAbortedExcept… argument
139 func (e *OperationAbortedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types/
H A Derrors.go125 type OperationAbortedException struct { struct
129 func (e *OperationAbortedException) Error() string { argument
132 func (e *OperationAbortedException) ErrorMessage() string { argument
138 func (e *OperationAbortedException) ErrorCode() string { return "OperationAbortedExcept… argument
139 func (e *OperationAbortedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudwatchlogs/types/
H A Derrors.go125 type OperationAbortedException struct { struct
129 func (e *OperationAbortedException) Error() string { argument
132 func (e *OperationAbortedException) ErrorMessage() string { argument
138 func (e *OperationAbortedException) ErrorCode() string { return "OperationAbortedExcept… argument
139 func (e *OperationAbortedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudwatchlogs/types/
H A Derrors.go125 type OperationAbortedException struct { struct
129 func (e *OperationAbortedException) Error() string { argument
132 func (e *OperationAbortedException) ErrorMessage() string { argument
138 func (e *OperationAbortedException) ErrorCode() string { return "OperationAbortedExcept… argument
139 func (e *OperationAbortedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/logs/
H A Dexceptions.py54 class OperationAbortedException(BotoServerError): class
H A Dlayer1.py94 "OperationAbortedException": exceptions.OperationAbortedException,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/logs/
H A Dexceptions.py54 class OperationAbortedException(BotoServerError): class
H A Dlayer1.py94 "OperationAbortedException": exceptions.OperationAbortedException,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/logs/
H A Dexceptions.py54 class OperationAbortedException(BotoServerError): class
H A Dlayer1.py94 "OperationAbortedException": exceptions.OperationAbortedException,
/dports/devel/py-boto/boto-2.49.0/boto/logs/
H A Dexceptions.py54 class OperationAbortedException(BotoServerError): class
H A Dlayer1.py94 "OperationAbortedException": exceptions.OperationAbortedException,
/dports/graphics/jalbum/jAlbum/skins/Mr.Burns/
H A Dinit.bsh11 …throw new OperationAbortedException("You only have subfolders in the root of your album.\nThis is …
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/SqlBulkCopyTest/
H A DCopyWithEvent1.cs71 …DataTestUtility.AssertThrowsWrapper<OperationAbortedException>(() => bulkcopy.WriteToServer(reader… in Test()
/dports/graphics/jalbum/jAlbum/tools/
H A DRename slide variables.bsh46 throw new OperationAbortedException(); function
H A DReplace spaces with underscores.bsh31 if (eventObject.isAborted()) throw new OperationAbortedException("");
H A DReset folder date to last file date.bsh37 if (eventObject.isAborted()) throw new OperationAbortedException("");
H A DReset file date to camera date.bsh51 if (eventObject.isAborted()) throw new OperationAbortedException("");
H A DAdd JPEG comments.bsh43 if (eventObject.isAborted()) throw new OperationAbortedException("");

1234