Amazon.Route53.Model.NoSuchGeoLocationException.NoSuchGeoLocationException C# (CSharp) Méthode

NoSuchGeoLocationException() public méthode

Construct instance of NoSuchGeoLocationException
public NoSuchGeoLocationException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public NoSuchGeoLocationException(Exception innerException) 
            : base(innerException) {}
            

Same methods

NoSuchGeoLocationException::NoSuchGeoLocationException ( System info, System context ) : System
NoSuchGeoLocationException::NoSuchGeoLocationException ( string message ) : System
NoSuchGeoLocationException::NoSuchGeoLocationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
NoSuchGeoLocationException::NoSuchGeoLocationException ( string message, Exception innerException ) : System
NoSuchGeoLocationException::NoSuchGeoLocationException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
NoSuchGeoLocationException