Home
last modified time | relevance | path

Searched defs:ArgumentException (Results 1 – 25 of 137) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dargumentexception.cs30 public class ArgumentException : SystemException, ISerializable { class
35 public ArgumentException() in ArgumentException() method in System.ArgumentException
43 public ArgumentException(String message) in ArgumentException() method in System.ArgumentException
48 public ArgumentException(String message, Exception innerException) in ArgumentException() method in System.ArgumentException
53 public ArgumentException(String message, String paramName, Exception innerException) in ArgumentException() method in System.ArgumentException
59 public ArgumentException (String message, String paramName) in ArgumentException() method in System.ArgumentException
66 …protected ArgumentException(SerializationInfo info, StreamingContext context) : base(info, context… in ArgumentException() method in System.ArgumentException
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DArgumentException.cs24 public class ArgumentException : SystemException class
30 public ArgumentException() in ArgumentException() method in System.ArgumentException
39 public ArgumentException(String message) in ArgumentException() method in System.ArgumentException
45 public ArgumentException(String message, Exception innerException) in ArgumentException() method in System.ArgumentException
51 public ArgumentException(String message, String paramName, Exception innerException) in ArgumentException() method in System.ArgumentException
58 public ArgumentException(String message, String paramName) in ArgumentException() method in System.ArgumentException
65 protected ArgumentException(SerializationInfo info, StreamingContext context) in ArgumentException() method in System.ArgumentException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DArgumentException.cs24 public class ArgumentException : SystemException class
30 public ArgumentException() in ArgumentException() method in System.ArgumentException
39 public ArgumentException(String message) in ArgumentException() method in System.ArgumentException
45 public ArgumentException(String message, Exception innerException) in ArgumentException() method in System.ArgumentException
51 public ArgumentException(String message, String paramName, Exception innerException) in ArgumentException() method in System.ArgumentException
58 public ArgumentException(String message, String paramName) in ArgumentException() method in System.ArgumentException
65 protected ArgumentException(SerializationInfo info, StreamingContext context) in ArgumentException() method in System.ArgumentException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/CoreFx.Private.TestUtilities/src/System/
H A DAssertExtensions.cs24 where T : ArgumentException property in System.AssertExtensions
43 where T : ArgumentException property in System.AssertExtensions
62 where T : ArgumentException property in System.AssertExtensions
73 where T : ArgumentException property in System.AssertExtensions
85 where TNetFxExceptionType : ArgumentException property in System.AssertExtensions
106 where TNetFxExceptionType : ArgumentException property in System.AssertExtensions
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/devicefarm/types/
H A Derrors.go11 type ArgumentException struct { struct
12 Message *string
14 noSmithyDocumentSerde
17 func (e *ArgumentException) Error() string {
20 func (e *ArgumentException) ErrorMessage() string {
26 func (e *ArgumentException) ErrorCode() string { return "ArgumentException" }
27 func (e *ArgumentException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/devicefarm/types/
H A Derrors.go11 type ArgumentException struct { struct
12 Message *string
15 func (e *ArgumentException) Error() string {
18 func (e *ArgumentException) ErrorMessage() string {
24 func (e *ArgumentException) ErrorCode() string { return "ArgumentException" }
25 func (e *ArgumentException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/devicefarm/types/
H A Derrors.go11 type ArgumentException struct { struct
12 Message *string
15 func (e *ArgumentException) Error() string {
18 func (e *ArgumentException) ErrorMessage() string {
24 func (e *ArgumentException) ErrorCode() string { return "ArgumentException" }
25 func (e *ArgumentException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/devicefarm/types/
H A Derrors.go11 type ArgumentException struct { struct
12 Message *string
15 func (e *ArgumentException) Error() string {
18 func (e *ArgumentException) ErrorMessage() string {
24 func (e *ArgumentException) ErrorCode() string { return "ArgumentException" }
25 func (e *ArgumentException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/devicefarm/types/
H A Derrors.go11 type ArgumentException struct { struct
12 Message *string
15 func (e *ArgumentException) Error() string {
18 func (e *ArgumentException) ErrorMessage() string {
24 func (e *ArgumentException) ErrorCode() string { return "ArgumentException" }
25 func (e *ArgumentException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/devicefarm/types/
H A Derrors.go11 type ArgumentException struct { struct
12 Message *string
15 func (e *ArgumentException) Error() string {
18 func (e *ArgumentException) ErrorMessage() string {
24 func (e *ArgumentException) ErrorCode() string { return "ArgumentException" }
25 func (e *ArgumentException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/devicefarm/types/
H A Derrors.go11 type ArgumentException struct { struct
12 Message *string
15 func (e *ArgumentException) Error() string {
18 func (e *ArgumentException) ErrorMessage() string {
24 func (e *ArgumentException) ErrorCode() string { return "ArgumentException" }
25 func (e *ArgumentException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/devicefarm/types/
H A Derrors.go11 type ArgumentException struct { struct
12 Message *string
15 func (e *ArgumentException) Error() string {
18 func (e *ArgumentException) ErrorMessage() string {
24 func (e *ArgumentException) ErrorCode() string { return "ArgumentException" }
25 func (e *ArgumentException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Routing/Converter/Exception/
H A DArgumentException.php32 class ArgumentException extends RoutingException class
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DExceptions.hh35 class ArgumentException : public CadabraException { class
H A DExceptions.cc25 ArgumentException::ArgumentException(std::string s) in ArgumentException() function in ArgumentException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Hosting/src/Microsoft/Internal/
H A DThrowHelper.cs19 public static ArgumentException ArgumentException(string message) in ArgumentException() method in Microsoft.Internal.ThrowHelper
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/
H A DThrows.cs77 public static ExactTypeConstraint ArgumentException property in NUnit.Framework.Throws
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/
H A DSafeBuffer.cs229 throw new ArgumentException(SR.Argument_InvalidOffLen); in ArgumentException() method
308 throw new ArgumentException(SR.Argument_InvalidOffLen); in ArgumentException() method
400 throw new ArgumentException(SR.Argument_NeedStructWithNoRefs); in ArgumentException() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Runtime/InteropServices/
H A DSafeBuffer.cs229 throw new ArgumentException(SR.Argument_InvalidOffLen); in ArgumentException() method
308 throw new ArgumentException(SR.Argument_InvalidOffLen); in ArgumentException() method
400 throw new ArgumentException(SR.Argument_NeedStructWithNoRefs); in ArgumentException() method
/dports/textproc/py-Morfessor/Morfessor-2.0.6/morfessor/
H A Dexception.py9 class ArgumentException(Exception): class
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Mime/
H A DContentTypeTest.cs35 public void ArgumentException () in ArgumentException() method in MonoTests.System.Net.Mime.ContentTypeTest
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Routing/Converter/
H A DLegacyUrlConverter.php30 use PrestaShopBundle\Routing\Converter\Exception\ArgumentException; alias
/dports/biology/figtree/figtree-1.4.4/src/figtree/application/
H A DArguments.java45 public static class ArgumentException extends Exception { class in Arguments
46 public ArgumentException() { super(); } in ArgumentException() method in Arguments.ArgumentException
47 public ArgumentException(String message) { super(message); } in ArgumentException() method in Arguments.ArgumentException
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dparser_errors.py140 class ArgumentException(Exception): class
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/android-build/
H A Dbuild_and_test_android.py17 def ArgumentException( Exception ): function

123456