Amazon.ElasticFileSystem.Model.FileSystemLimitExceededException.FileSystemLimitExceededException C# (CSharp) Method

FileSystemLimitExceededException() public method

Construct instance of FileSystemLimitExceededException
public FileSystemLimitExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public FileSystemLimitExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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