Amazon.ImportExport.Model.MalformedManifestException.MalformedManifestException C# (CSharp) Метод

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

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

Same methods

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