Amazon.CodeDeploy.Model.InvalidKeyPrefixFilterException.InvalidKeyPrefixFilterException C# (CSharp) 메소드

InvalidKeyPrefixFilterException() 공개 메소드

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

Same methods

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