Amazon.Lambda.Model.ENILimitReachedException.ENILimitReachedException C# (CSharp) 메소드

ENILimitReachedException() 공개 메소드

Construct instance of ENILimitReachedException
public ENILimitReachedException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public ENILimitReachedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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