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

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

Construct instance of InvalidFileSystemException
public InvalidFileSystemException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidFileSystemException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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