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

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

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

Same methods

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