Amazon.Pinpoint.Model.MethodNotAllowedException.MethodNotAllowedException C# (CSharp) Метод

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

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

Same methods

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