Amazon.CloudFront.Model.InvalidWebACLIdException.InvalidWebACLIdException C# (CSharp) Метод

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

Construct instance of InvalidWebACLIdException
public InvalidWebACLIdException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidWebACLIdException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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