API.Exceptions.CustomerAlreadyExistsException.CustomerAlreadyExistsException C# (CSharp) Метод

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

public CustomerAlreadyExistsException ( string message ) : System
message string
Результат System
        public CustomerAlreadyExistsException(string message) : base(message)
        {
        }
    }
CustomerAlreadyExistsException