Amazon.IdentityManagement.Model.ServiceNotSupportedException.ServiceNotSupportedException C# (CSharp) Метод

ServiceNotSupportedException() публичный Метод

Construct instance of ServiceNotSupportedException
public ServiceNotSupportedException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ServiceNotSupportedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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