Amazon.ElasticFileSystem.Model.SecurityGroupNotFoundException.SecurityGroupNotFoundException C# (CSharp) Метод

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

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

Same methods

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