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

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

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

Same methods

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