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

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

Construct instance of SecurityGroupNotFoundException
public SecurityGroupNotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public SecurityGroupNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

SecurityGroupNotFoundException::SecurityGroupNotFoundException ( System info, System context ) : System
SecurityGroupNotFoundException::SecurityGroupNotFoundException ( string message ) : 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