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

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

Constructs a new TooManyCacheBehaviorsException with the specified error message.
public TooManyCacheBehaviorsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public TooManyCacheBehaviorsException(string message) 
            : base(message) {}
          

Same methods

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