Amazon.Lambda.Model.InvalidZipFileException.InvalidZipFileException C# (CSharp) Метод

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

Construct instance of InvalidZipFileException
public InvalidZipFileException ( 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 InvalidZipFileException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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